diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 3da46dd..366687e 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -1249,6 +1249,9 @@ print_frame (struct frame_info *frame, int print_level, uiout->field_string ("from", lib); } } + if (uiout->is_mi_like_p ()) + uiout->field_string ("arch", + (gdbarch_bfd_arch_info (gdbarch))->printable_name); } uiout->text ("\n"); |