From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Wu Newsgroups: gmane.emacs.devel Subject: Emacs 24.3 gdb mode doesn't work on OSX 10.7.5 Date: Thu, 9 May 2013 18:36:51 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1368149825 1792 80.91.229.3 (10 May 2013 01:37:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 May 2013 01:37:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 10 03:37:04 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UacGd-00072W-Jj for ged-emacs-devel@m.gmane.org; Fri, 10 May 2013 03:37:03 +0200 Original-Received: from localhost ([::1]:48086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UacGd-0005Hx-3u for ged-emacs-devel@m.gmane.org; Thu, 09 May 2013 21:37:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UacGX-0005Ho-3E for emacs-devel@gnu.org; Thu, 09 May 2013 21:37:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UacGV-0002Wp-8c for emacs-devel@gnu.org; Thu, 09 May 2013 21:36:57 -0400 Original-Received: from mpls-smtp-05.inet.qwest.net ([63.231.195.116]:17257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UacGV-0002Wf-4S for emacs-devel@gnu.org; Thu, 09 May 2013 21:36:55 -0400 Original-Received: from [10.0.0.5] (71-209-233-171.phnx.qwest.net [71.209.233.171]) by mpls-smtp-05.inet.qwest.net (Postfix) with ESMTP id AAEB2810429 for ; Fri, 10 May 2013 01:36:53 +0000 (UTC) X-Mailer: Apple Mail (2.1283) X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 63.231.195.116 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159461 Archived-At: hi, I am having trouble to get Emacs gdb working correctly. When I do m-x = gdb with argument --annonate=3D1 -i mi, I got this =3D=3D Current directory is /Users/wus/src/vocoder/ GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you = are welcome to change it and/or distribute copies of it under certain = conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for = details. This GDB was configured as "x86_64-apple-darwin"... (gdb)=20 help List of classes of commands: aliases -- Aliases of other commands breakpoints -- Making program stop at certain points data -- Examining data files -- Specifying and examining files internals -- Maintenance commands obscure -- Obscure features running -- Running the program stack -- Examining the stack status -- Status inquiries support -- Support facilities tracepoints -- Tracing of program execution without stopping the program user-defined -- User-defined commands Type "help" followed by a class name for a list of commands in that = class. Type "help" followed by command name for full documentation. Command name abbreviations are allowed if unambiguous. = (gdb)=20 = time=3D{wallclock=3D"0.00022",user=3D"0.00015",system=3D"0.00008",start=3D= "1368149240.480793",end=3D"1368149240.481009"} =3D=3D See the (gdb) prompt is in the middle, and also, when gdb-many-windows = is set to t, I cannot get the Primary Source buffer to show program = execution progress, and the other buffers, like the stack frame, = register buffers etc show nothing. Gdb works with gud-gdb, does anyone = know what the problem is? Thanks steve=