mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
gdb/infrun: add debug print in print_signal_received_reason
It would have helped me to see an infrun debug line being printed from print_signal_received_reason, so I'm adding one.
This commit is contained in:
parent
8dd08de7e4
commit
bb0797528b
@ -8358,6 +8358,8 @@ print_signal_received_reason (struct ui_out *uiout, enum gdb_signal siggnal)
|
||||
{
|
||||
struct thread_info *thr = inferior_thread ();
|
||||
|
||||
infrun_debug_printf ("signal = %s", gdb_signal_to_string (siggnal));
|
||||
|
||||
annotate_signal ();
|
||||
|
||||
if (uiout->is_mi_like_p ())
|
||||
|
Loading…
Reference in New Issue
Block a user