216 Commits (bf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd)

Author SHA1 Message Date
Tom Tromey bf31fd38f0 Move gdb obstack code to gdbsupport 4 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 4 years ago
Simon Marchi b610c04548 gdb: remove TYPE_FIELD_BITPOS 5 years ago
Simon Marchi 50888e42dc gdb: change functions returning value contents to use gdb::array_view 5 years ago
Simon Marchi cd3f655cc7 gdb: add accessors for field (and call site) location 5 years ago
Simon Marchi 33d16dd987 gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros 5 years ago
Shahab Vahedi 91254b918f gdb: Make the builtin "boolean" type an unsigned type 5 years ago
Kent Cheung ecf25064e8 gdb: fix pretty printing max depth behaviour 5 years ago
Simon Marchi 8ee511afd8 gdb: rename get_type_arch to type::arch 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Andrew Burgess 22e3f3ed5c gdb: Convert la_struct_too_deep_ellipsis to a method 6 years ago
Simon Marchi 940da03e32 gdb: remove TYPE_FIELD_TYPE macro 6 years ago
Simon Marchi ceacbf6edf gdb: remove TYPE_FIELD macro 6 years ago
Simon Marchi 1f704f761b gdb: remove TYPE_NFIELDS macro 6 years ago
Simon Marchi 7d93a1e0b6 gdb: remove TYPE_NAME macro 6 years ago
Simon Marchi 7813437494 gdb: remove TYPE_CODE macro 6 years ago
Tom Tromey 426a9c18dd Remove val_print 6 years ago
Tom Tromey 42331a1ea2 Change extension language pretty-printers to use value API 6 years ago
Tom Tromey fbf54e7554 Introduce cp_print_value 6 years ago
Tom Tromey 64b653ca70 Introduce cp_print_value_fields and c_value_print_struct 6 years ago
Tom Tromey 410cf31501 Use common_val_print in cp-valprint.c 6 years ago
Tom Tromey 3f0cbb04d0 Style field names in "print" 6 years ago
Simon Marchi 6c2659886f gdb: add back declarations for _initialize functions 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Tom Tromey 2dbc041e4e Use metadata style in a few more places 6 years ago
Peeter Joot 34877895ca Adjust byte order variable display/change if DW_AT_endianity is present. 9 years ago
Christian Biesinger bad5c02618 Move declaration of vtbl_ptr_name to the header. 7 years ago
Tom Tromey 7f6aba03b9 Introduce metadata style 7 years ago
Tom Tromey 0d12e84cfc Don't include gdbarch.h from defs.h 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Tom Tromey 3d507ff23b Fix two buglets in cp_print_value_fields patch 7 years ago
Pedro Alves 7d8062de98 Make "print" and "compile print" support -OPT options 7 years ago
Tom Tromey 4330d61dfb Fix crash in cp_print_value_fields 7 years ago
Andrew Burgess 2e62ab400f gdb: Introduce 'print max-depth' feature 7 years ago
Tom Tromey 230d2906b9 Rename gdb exception types 7 years ago
Tom Tromey a70b814420 Rewrite TRY/CATCH 7 years ago
Tom Tromey 3d6e9d2336 Make exceptions use std::string and be self-managing 7 years ago
Tom Tromey 4de283e4b5 Revert the header-sorting patch 7 years ago
Tom Tromey d55e5aa6b2 Sort includes for files gdb/[a-f]*.[chyl]. 7 years ago
Andrew Burgess 18c77628b1 gdb: Avoid trailing whitespace when pretty printing 7 years ago
Tom Tromey 0747795c08 Normalize includes to use common/ 7 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 7 years ago
Tom Tromey b926417afa Simple -Wshadow=local fixes 8 years ago
Tom Tromey a737d952e0 Remove type_name_no_tag and rename type_name_no_tag_or_error 8 years ago
Weimin Pan 79f1873171 Fix infinite recursion when printing static member with typedef 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Patrick Frants a43f3893f6 Fix broken recursion detection when printing static members 9 years ago
John Baldwin 481695ed5f Remove unnecessary function prototypes. 9 years ago
Tom Tromey 26fcd5d757 Use containers to avoid cleanups 9 years ago