Split rank_one_type_parm_func from rank_one_type
[deliverable/binutils-gdb.git] / gdb / stack.c
index 103b8c9531ed80d48e574b59731e9866f868c56c..bce8d58f543fd5bdb975fae64599b4bb8a03deb9 100644 (file)
@@ -1,6 +1,6 @@
 /* Print and select stack frames for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2018 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1176,7 +1176,8 @@ print_frame (struct frame_info *frame, int print_level,
          if (pc_p)
            uiout->field_core_addr ("addr", gdbarch, pc);
          else
-           uiout->field_string ("addr", "<unavailable>");
+           uiout->field_string ("addr", "<unavailable>",
+                                ui_out_style_kind::ADDRESS);
          annotate_frame_address_end ();
          uiout->text (" in ");
        }
This page took 0.024891 seconds and 4 git commands to generate.