diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index f92643f..48b0576 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -7905,7 +7905,7 @@ print_signal_received_reason (struct ui_out *uiout, enum gdb_signal siggnal) ui_out_text (uiout, "\n["); ui_out_field_string (uiout, "thread-name", target_pid_to_str (t->ptid)); - ui_out_field_fmt (uiout, "thread-id", "] #%d", t->num); + ui_out_field_fmt (uiout, "thread-id", "] #%s", print_thread_id (t)); ui_out_text (uiout, " stopped"); } else |