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

 

gdb quick ref.

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 Person 的頭像
    Person

    Person

    Person 發表在 痞客邦 留言(0) 人氣()