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: Sun, 02 Dec 2012 09:14:47 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

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       *


Thanks,
Alan





reply via email to

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