From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: viona Newsgroups: gmane.emacs.help Subject: gdb gud won't show source code Date: Thu, 19 Feb 2009 13:30:17 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1235079687 25553 80.91.229.12 (19 Feb 2009 21:41:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2009 21:41:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 19 22:42:42 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 1LaGfK-0007du-5f for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Feb 2009 22:42:42 +0100 Original-Received: from localhost ([127.0.0.1]:59610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaGdz-0005mR-N1 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Feb 2009 16:41:19 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s9g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 5 Original-NNTP-Posting-Host: 24.4.67.6 Original-X-Trace: posting.google.com 1235079017 28514 127.0.0.1 (19 Feb 2009 21:30:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 19 Feb 2009 21:30:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000prg.googlegroups.com; posting-host=24.4.67.6; posting-account=L3TwtQoAAABVsbr_Ib4hQAZMhLZxAhD_ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166902 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:62210 Archived-At: 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)