我正在做以下事情:
gdb -p $progid -x $file >> cat file >> handle SIGUSR1 nostop c
如何处理nostop的所有信号而不必写:
handle SIGUSR1 nostop handle SIGUSR2 nostop Etc...
gdb
gdb ×1