标签: c linux gdb qt-creator wine
我正在尝试使用Qt Creator的调试器调试应用程序(wine,以命名它)。但是,在某些时候,有一个execv的来电,我不能再进入该计划了。
wine
execv
我尝试使用set follow-exec-mode new和set follow-fork-mode child以及main函数上的一些断点,但没有任何帮助,即使它与{{1}一起正常工作命令行界面。
set follow-exec-mode new
set follow-fork-mode child
main
有没有办法让QtCreator跟随对另一个可执行文件的调用?
我正在使用:
gdb