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

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

bug#14431: emacs 24.3 gud-gdb does not response with break command


From: Lars Ingebrigtsen
Subject: bug#14431: emacs 24.3 gud-gdb does not response with break command
Date: Sun, 06 Dec 2020 16:46:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

support@torapp.info writes:

> Using M-x gud-gdb <CR> to debug an application then if I issue a command
> like "b main", then gud buffer gets no response back. The gdb prompt
> will only appear if I type C-c C-c. 
> M-x gdb works for simple applications but have other issues when
> debugging more complicated applications, thus I can not use M-x gdb too.

(This bug report unfortunately got no response at the time.)

I tried this in Emacs 28, and things seem to work as normal:

M-x gud-gdb RET RET

Reading symbols from bug...
(gdb) b main
Breakpoint 1 at 0x1139: file foo.c, line 4.
(gdb)

Are you still seeing this issue on more recent versions of Emacs?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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