Skip to main content

Questions tagged [gdb]

GNU Project Debugger - Start it via `M-x gdb` to run the debugger on Ada, C, C++, Objective-C, Pascal, Fortran, Java and other languages.

0 votes
0 answers
76 views

I'm trying to debug my C++ application with dap-mode and gdb, but no matter what I try it doesn't work: it cannot find the sources and the buttons are not responding. The message I get is No source ...
apalazzi's user avatar
1 vote
0 answers
52 views

I'm trying to debug a programm written in ASM with GDB through Emacs's GUD interface. I've enabled (gdb-many-windows), set a watchpoint on $rax which gives me the changes of the register's value in ...
vmonteco's user avatar
  • 123
0 votes
1 answer
321 views

Using gdb in emacs, gdb shows the source code to the right of the gdb prompt. According to the documentation, I can do M-x gdb-display-locals-buffer which displays the local variables. However, when I ...
Peter Petigru's user avatar
1 vote
1 answer
149 views

I'm on my Windows machine with a file open on a remote linux server through tramp. I'm using realgud:gdb to debug my C++ file. In the (gdb) prompt, I can set breakpoint just fine using (gdb) b /path/...
JakeTuero's user avatar
0 votes
1 answer
430 views

I start gdb (with many-windows) through projectile-run-gdb but stdin/out is not displayed in the input/output buffer. And I have no clue where to look for the issue. Google search did not bring up any ...
clanghans's user avatar
2 votes
1 answer
71 views

Various command-line tools, such as gdb, ftp, sftp, etc, use ! to prefix a command to be run in a shell. So (for instance) !mkdir foo will make a directory called foo. When using these tools inside ...
Nick Barnes's user avatar
1 vote
1 answer
99 views

I start gdb in emacs with 'gdb' command. Is there a way to hide certain lines from being shown in gud buffer? For example, when I do C-c C-c on a running program, I see the following in the buffer: ...
Evgenii.Balai's user avatar
0 votes
0 answers
152 views

I've been using gdb in emacs for a bit now and I mostly love it, but there are some minor quirks about its behavior that I find bothersome and I wanted to know how to go about tweaking them. I also ...
Onye's user avatar
  • 101

15 30 50 per page
1
2 3 4 5