bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13057: BUG: gdb main window corrupt


From: Alan Boudreault
Subject: bug#13057: BUG: gdb main window corrupt
Date: Tue, 04 Dec 2012 09:47:37 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

Hi Eli,

I've tried 2 differents remote programs and got the same bug. However, I haven't seen the same behavior debugging remotely. Also, it seems to be only the first gdb process I run that has that behavior. If I open a first gdb process... I see the bug.... and If I open another gdb process there is no more list command executed and I can debug properly.

Alan

On 12-12-02 01:29 PM, Eli Zaretskii wrote:
Date: Sun, 02 Dec 2012 09:14:47 -0500
From: Alan Boudreault <boudreault.alan@gmail.com>

I'm currently using emacs 24.2.1 and using it to debug a remote program
via tramp. Everytime I execute a command, there is a *list* command
automatically executed, which just spam my main window. Kind of annoying
when I try to debug. Is there a workaround? (btw, I've also tried emacs
24.3 but I can't load anymore a remote program in gdb with this version.)


Here's my gud buffer:
-----------*gud-mapserv*-----------------
(gdb) p mapserv
$1 = (mapservObj *) 0x60e6c0
(gdb) list mapserv.c:1     # <------ THIS IS AUTOMATICALLY CALLED AFTER
EACH COMMAND I TYPE
1
/******************************************************************************
2        * $id: mapserv.c 9470 2009-10-16 16:09:31Z sdlime $
3        *
4        * Project:  MapServer
5        * Purpose:  MapServer CGI mainline.
6        * Author:   Steve Lime and the MapServer team.
7        *
8       
******************************************************************************
9        * Copyright (c) 1996-2005 Regents of the University of Minnesota.
10       *

Thank you for your report.  Please use "M-x report-emacs-bug RET" to
send all the information that might be relevant to the bug.

Also, does this "list" command get sent for every program you try to
debug?  Does it get sent when debugging natively (i.e., not remotely)?







reply via email to

[Prev in Thread] Current Thread [Next in Thread]