aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess1-4/+4
2020-12-23gdb: move pascal_language into p-lang.hAndrew Burgess1-12/+10
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi1-1/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-1/+1
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-7/+5
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-1/+1
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-4/+4
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-6/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-16/+16
2020-04-29Fix array pretty formatterHannes Domani1-4/+0
2020-03-16Initialize base_value in pascal_object_print_valueTom Tromey1-0/+1
2020-03-13Remove val_printTom Tromey1-701/+4
2020-03-13Convert Pascal to value-based APITom Tromey1-0/+310
2020-03-13Rewrite pascal_value_print_innerTom Tromey1-2/+336
2020-03-13Introduce pascal_value_print_innerTom Tromey1-0/+13
2020-03-13Make pascal_object_print_value_fields staticTom Tromey1-1/+9
2020-02-22Style field names in "print"Tom Tromey1-4/+10
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Use metadata style in a few more placesTom Tromey1-3/+3
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-6/+10
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-24More block constificationTom Tromey1-2/+1
2019-03-05Remove excess calls to gdb_flushTom Tromey1-2/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-66/+68
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-3/+3
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-4/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Use gdb::byte_vector in pascal_object_print_valueTom Tromey1-8/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-9/+10
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-5/+5
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey1-1/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi1-1/+2
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-4/+4