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.
我正在研究 valgrind 并想在 valgrind 运行时调试程序。但我不想使用内置的vgdb,而是想使用自定义 gdb 服务器。有没有办法在现有的 valgrind 代码中插入这个自定义 gdbserver。
vgdb
谢谢
只能通过修补 valgrind。编译了 valgrind gdbserver 实现。