gdb7.5如何支持non-stop模式
环境:windows下mingw+mysys
问题:gdb调试遇到问题,用的是7.5的版本,编译的时候支持./configure,make,make install,没加参数
调试的时候进行如下设置
set target-async 1
set pagination off
set non-stop on
run的时候提示:The target does not support running in non-stop mode.
请问各位前辈,gdb7.5怎么会不支持non-stop模式,网上帖子说7.0以上就支持,
gdb编译的时候是否要进行设置,才能支持支持non-stop模式。