Files
valgrind/gdbserver_tests/nlvgdbsigqueue.stdoutB.exp
Philippe Waroquiers 38471445e1 Make the test (more) deterministic by having send_signal using
a guardcmd before sending the signal.
This allows to be sure that the signal are emitted when vgdb
is attached.
We still have one 'sleep' in the test.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13912
2014-04-26 20:23:47 +00:00

17 lines
549 B
Plaintext

continuing to have vgdb interrupted by simulate_control_c
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
0x........ in syscall ...
attachedwaitingforsigusr1
sending signal
sending signal
continuing to receive first SIGUSR1
Continuing.
Program received signal SIGUSR1, User defined signal 1.
0x........ in syscall ...
continuing to receive second SIGUSR1
Continuing.
Program received signal SIGUSR1, User defined signal 1.
0x........ in syscall ...
Kill the program being debugged? (y or n) [answered Y; input not from terminal]