gpt4 book ai didi

python - 如何在 emacs 中从 gdb 获取输入(使用 python 脚本)

转载 作者:太空宇宙 更新时间:2023-11-03 19:31:28 29 4
gpt4 key购买 nike

我想使用 python 为 gdb 创建一些交互式脚本。它在 gdb 中运行良好,但如果我从 emacs 调用 gdb,则不起作用。

例如,python 脚本(test.py)如下所示。它只是打印它得到的内容。

def testInput():
n = raw_input('(gdb) ')
print n

它在 gdb 中工作:

% gdb
GNU gdb (GDB) 7.2.50.20110217
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) source test.py
(gdb) python testInput()
(gdb) 1
1
(gdb) q

但在 emacs 中,它只会卡在“raw_input”中并且永远无法获取输入:

(gdb) source test.py
(gdb) python testInput()
(gdb) 1
2
...

有什么办法可以让它像在 gdb 中一样工作吗?

最佳答案

使用 M-x gud-gdb 调用 gdb 解决了我的问题。有关更多详细信息,请参阅 Emacs 手册第 27 章。

希望两年后这仍然有帮助......

关于python - 如何在 emacs 中从 gdb 获取输入(使用 python 脚本),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5645170/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com