mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 17:36:21 +00:00
18 lines
567 B
Plaintext
18 lines
567 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.
|
|
[New Thread ....]
|
|
Program received signal SIGUSR1, User defined signal 1.
|
|
0x........ in syscall ...
|
|
continuing to receive second SIGUSR1
|
|
Continuing.
|
|
Program received signal SIGTRAP, Trace/breakpoint trap.
|
|
0x........ in syscall ...
|
|
Kill the program being debugged? (y or n) [answered Y; input not from terminal]
|