mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +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:
@ -8358,6 +8358,8 @@ print_signal_received_reason (struct ui_out *uiout, enum gdb_signal siggnal)
|
|||||||
{
|
{
|
||||||
struct thread_info *thr = inferior_thread ();
|
struct thread_info *thr = inferior_thread ();
|
||||||
|
|
||||||
|
infrun_debug_printf ("signal = %s", gdb_signal_to_string (siggnal));
|
||||||
|
|
||||||
annotate_signal ();
|
annotate_signal ();
|
||||||
|
|
||||||
if (uiout->is_mi_like_p ())
|
if (uiout->is_mi_like_p ())
|
||||||
|
Reference in New Issue
Block a user