mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
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
17 lines
549 B
Plaintext
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]
|