Home | History | Annotate | Download | only in gdbserver_tests
      1 # connect gdb to Valgrind gdbserver:
      2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-nlgone-abrt
      3 echo vgdb launched process attached\n
      4 continue
      5 # see process get a fatal signal
      6 continue
      7 # see program is gone
      8 quit
      9