From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.help Subject: Re: gdb gud won't show source code Date: Fri, 20 Feb 2009 18:32:49 +1300 Message-ID: <18846.16513.519736.89767@kahikatea.snap.net.nz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1235115468 10602 80.91.229.12 (20 Feb 2009 07:37:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 07:37:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: viona Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 20 08:39:03 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LaPyP-0007Wa-8r for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Feb 2009 08:39:01 +0100 Original-Received: from localhost ([127.0.0.1]:49498 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaPx5-0002d2-3y for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Feb 2009 02:37:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaPwk-0002ct-Kx for help-gnu-emacs@gnu.org; Fri, 20 Feb 2009 02:37:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaPwi-0002cG-1z for help-gnu-emacs@gnu.org; Fri, 20 Feb 2009 02:37:17 -0500 Original-Received: from [199.232.76.173] (port=56939 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaPwh-0002bv-SR for help-gnu-emacs@gnu.org; Fri, 20 Feb 2009 02:37:15 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.23]:56574) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaPwh-0001Hq-Ct for help-gnu-emacs@gnu.org; Fri, 20 Feb 2009 02:37:15 -0500 Original-Received: from kahikatea.snap.net.nz (unknown [123.255.29.171]) by viper.snap.net.nz (Postfix) with ESMTP id 1DA543DA642; Fri, 20 Feb 2009 18:32:53 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 5E1C78FC6D; Fri, 20 Feb 2009 18:32:50 +1300 (NZDT) Original-Newsgroups: gnu.emacs.help In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.3.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62222 Archived-At: viona writes: > Under Aquamacs 1.7 I try to start gdb, and it opens up all the > windows, like breakpoints, stack etc, > but instead of the buffer with a source code I have a buffer *Buffer > List*. How do I fix that? > (gdb-show-main is set to true) It just means that Emacs (Gdb) can't find the main procedure: you've probably compiled without the -g option. -- Nick http://www.inet.net.nz/~nickrob