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:
Andrew Burgess 2022-10-20 11:59:55 +01:00
parent 8dd08de7e4
commit bb0797528b

View File

@ -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 ())