PR24876, readelf: heap-buffer-overflow in dump_ia64_unwind
[deliverable/binutils-gdb.git] / gdb / darwin-nat-info.c
index 8c814a91a6e7b48fa010e4c633334a2c8c39aa4d..103ac2a9773406749aaa2a4204200c8709393ec7 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support for GDB, the GNU debugger.
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
@@ -664,14 +664,14 @@ darwin_debug_regions_recurse (task_t task)
                             unparse_inheritance (r_info.inheritance));
        uiout->field_string ("share-mode",
                             unparse_share_mode (r_info.share_mode));
-       uiout->field_int ("depth", r_depth);
+       uiout->field_signed ("depth", r_depth);
        uiout->field_string ("submap",
                             r_info.is_submap ? _("sm ") : _("obj"));
        tag = unparse_user_tag (r_info.user_tag);
        if (tag)
          uiout->field_string ("tag", tag);
        else
-         uiout->field_int ("tag", r_info.user_tag);
+         uiout->field_signed ("tag", r_info.user_tag);
       }
 
       uiout->text ("\n");
This page took 0.026279 seconds and 4 git commands to generate.