os1/0.gdb

6 lines
96 B

target remote localhost:1234
handle SIGSEGV nostop noprint ignore
b main
display current->pid
c