Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我有 cmd、registers 和 asm 的 gdb 布局。有什么办法可以添加一个始终显示堆栈内容的新窗口/视图?例如,创建一个显示 gdb 命令“x/20x $rsp”输出的窗口
这在调试时非常有用。