From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ken Coleman Newsgroups: gmane.emacs.help Subject: gdb-ui & Mac OS X... Date: Sat, 21 Feb 2004 23:41:52 GMT Organization: SBC http://yahoo.sbc.com 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=us-ascii X-Trace: sea.gmane.org 1077420692 10331 80.91.224.253 (22 Feb 2004 03:31:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2004 03:31:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 22 04:31:26 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 1AukL0-0002p0-00 for ; Sun, 22 Feb 2004 04:31:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AukKf-0003Mf-Fq for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Feb 2004 22:31:05 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!207.115.63.142!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr25.news.prodigy.com.POSTED!c3ef04a8!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 66.123.209.51 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr25.news.prodigy.com 1077406912 ST000 66.123.209.51 (Sat, 21 Feb 2004 18:41:52 EST) Original-NNTP-Posting-Date: Sat, 21 Feb 2004 18:41:52 EST X-UserInfo1: S[OER\_DJ[VMBP\YCJKXOFXBWR\HPCTL@XT^OBPLAH[\RYIBK^RAQFW[ML\THRCKV^GGZKJMGV^^_JSCFFUA_QXFGVSCYRPILH]TRVKC^LSN@DX_HCAFX__@J\DAJBVMY\ZWZCZLPA^MVH_P@\\EOMW\YSXHG__IJQY_@M[A[[AXQ_XDSTAR]\PG]NVAQUVM Original-Xref: shelby.stanford.edu gnu.emacs.help:121114 Original-To: help-gnu-emacs@gnu.org 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:17064 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17064 Hey everyone, I've been trying to get gdb-ui working with the CVS version of emacs under Mac OS X 10.3.2. There are a couple of issues I'm experiencing, and was wondering if it's a setup problem on my end or a bug in gdb-ui. Here's what I'm doing. 1. I have a tiny test program in the active buffer, and I do M-x gdba. 2. I run gdba (like this) with the default, which is "gdb -annotate=3 a.out". 3. This gives me multiple errors into the *Messages* buffer. Namely: error in process filter: gdb-pre-prompt: Phase error in gdb-pre-prompt (got pre-emacs) error in process filter: Phase error in gdb-pre-prompt (got pre-emacs) 4. At this point I see the split frame with my test.cxx and the *gud-a.out* buffer. 5. I choose Gud->GDB-UI->Display other windows and the various other windows appear in the frame. 6. Now I start debugging the program, but the other windows never update - the locals, the stack, etc. If I kill them and re-create them using the various items under the Gud menu, they are temporarily correct, but they do not update as I am stepping through the program as I would expect. 7. If I add watches, the speedbar comes up with the watches, but there are no values for the watched variables, only the watched variable names. Is this the expected behavior? Does anyone else have GDB-UI working well under OS X? Thanks in advance for any advice! - Ken. ken_coleman@iname.com