标签: gdb
我正在做以下事情:
gdb -p $progid -x $file >> cat file >> handle SIGUSR1 nostop c
如何处理nostop的所有信号而不必写:
handle SIGUSR1 nostop handle SIGUSR2 nostop Etc...
答案 0 :(得分:9)
handle all nostop
进一步的文件:here。