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.
我在使用 emacs 和 gdb 调试 C++ 时遇到问题。我可以在共享对象中定义的函数中设置断点,只需通过手动添加它们
b file_in_so.cpp:23
但是,如果我在 emacs 窗口中打开 file_in_so.cpp,我将无法通过鼠标设置断点。Emacs 根本不知道这个源文件属于源文件列表。如果 gdb 已经运行并在另一个断点处等待,也会发生这种情况。是否有命令告诉 emacs 重新加载所有源的当前列表,即使是在共享对象中定义的那些?