在Emacs 23中使用gdb

时间:2009-09-30 01:18:00

标签: emacs gdb gud

我正试图从Emacs v22.3.1迁移到v23.1.1,一切顺利,直到我尝试在Emacs中使用gud运行gdb。

当我执行meta-x gdb并给出'gdb / my / executable / here'命令时,窗口显示正常,但是当我按下返回键执行命令时在gdb提示符下键入命令时,没有发生了,状态栏显示'Debugger:run',结果永远不会显示。我可以输入'ctrl-c ctrl-c'来终止命令并再次获得'(gdb)'提示,但是另一个命令也以同样的方式失败。

这是Linux Centos v4 32bit上的gdb v6.8。

还有其他人遇到过这个问题吗?最好的方法是什么?

我从提示符(而不是gud)附加到gdb并得到了这个堆栈跟踪:

#0  0x00fd77a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x0020108d in poll () from /lib/tls/libc.so.6
#2  0x08111a07 in gdb_do_one_event (data=0x0) at event-loop.c:759
#3  0x0810f05f in catch_errors (func=0x8111970 <gdb_do_one_event>, func_args=0x0, errstring=0x8236200 "", mask=6) at exceptions.c:513
#4  0x080c25e7 in tui_command_loop (data=0x0) at .././gdb/tui/tui-interp.c:153
#5  0x0810f2cf in current_interp_command_loop () at interps.c:276
#6  0x0807f0b3 in captured_command_loop (data=0x0) at .././gdb/main.c:99
#7  0x0810f05f in catch_errors (func=0x807f0a8 <captured_command_loop>, func_args=0x0, errstring=0x8236200 "", mask=6) at exceptions.c:513
#8  0x0807f7eb in captured_main (data=0xbff00a60) at .././gdb/main.c:882
#9  0x0810f05f in catch_errors (func=0x807f0e0 <captured_main>, func_args=0xbff00a60, errstring=0x8236200 "", mask=6) at exceptions.c:513
#10 0x08080027 in gdb_main (args=0x7fffffff) at .././gdb/main.c:891
#11 0x0807f0a1 in main (argc=-4, argv=0xfffffffc) at gdb.c:33
#12 0x00153df3 in __libc_start_main () from /lib/tls/libc.so.6
#13 0x0807efdd in _start ()

2 个答案:

答案 0 :(得分:11)

这是一个疯狂的猜测:

Emacs的gud-mode要求gdb在启用注释的情况下运行,以便它可以正确解析输出。当我在点击M-x gdb后重写默认行emacs spits out时,我一直都是这样做的。确保gdb命令行中包含“--annotate = 3”,看看是否有帮助。

答案 1 :(得分:1)

我在emacs-23中使用了gdb ...或者至少,我已经比你更远......当我尝试它时,堆栈窗口不会更新...我最终做的是使用emacs-23用于编辑(对于抗锯齿字体的好处),但使用emacs-22进行调试......你可以安装两个......