From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Ware, John" Newsgroups: gmane.emacs.help Subject: M-x gdba doesn't show source window Date: Tue, 20 Jan 2004 10:49:43 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1074624299 31783 80.91.224.253 (20 Jan 2004 18:44:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 18:44:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 20 19:44:48 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aj0ro-00015K-00 for ; Tue, 20 Jan 2004 19:44:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aj0a1-0003iu-34 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2004 13:26:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aj01Q-0004t2-B1 for help-gnu-emacs@gnu.org; Tue, 20 Jan 2004 12:50:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aj00Z-0004ba-VN for help-gnu-emacs@gnu.org; Tue, 20 Jan 2004 12:50:19 -0500 Original-Received: from [162.18.103.210] (helo=extavgw3.ball.com) by monty-python.gnu.org with smtp (Exim 4.24) id 1Aj00Y-0004ah-1c for help-gnu-emacs@gnu.org; Tue, 20 Jan 2004 12:49:46 -0500 Original-Received: from APPMSG2.AERO.BALL.COM ([162.18.82.42]) by 162.18.103.210 with InterScan Messaging Security Suite; Tue, 20 Jan 2004 10:43:00 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: M-x gdba doesn't show source window Thread-Index: AcPffci8Ze3cu08aTDSRw9oV0ZPogg== Original-To: "Emacs Help (E-mail)" X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16216 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16216 Hi, Coming back to gdb after a long absence, I'm puzzled at this. I launch = gdba( as described in info) and all the proper windows appear except the = source window with the arrow(=3D>) positioned at the "current line". I = see stack frames, breakpoints, locals, i/o, etc, but alas no source = listing. If someone has the time to tell me my mistake or direct me to = documentation about this issue, I would be most appreciative. I'm running:=20 GNU Emacs 21.3.50.1 (i386-mingw-nt5.0.2195) of 2003-08-21 on MIDASPSE17 GNU gdb 2003-09-20-cvs (cygwin-special) on a win2k box. thanks john =09