close
target% gdbserver localhost:9999 streamer
host% gdb streamer
gdb% target remote 192.168.3.136:9999
gdb% c (continue)
gdb% break test.c:19
gdb% break TestClass::testFunc(int)
gdb% info breakpoints
gdb% disable 2 (disable breakpoints)
gdb% ignore 2 5 (Will ignore next 5 crossings of breakpoint 2.)
gdb% handle SIGTRAP nostop
全站熱搜
留言列表