summaryrefslogtreecommitdiff
path: root/gdb/m2-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* GDB: Add a character string limiting optionAndrew Burgess2023-01-191-1/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-7/+7
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-12/+12
* Unify gdb printf functionsTom Tromey2022-03-291-14/+14
* Unify gdb puts functionsTom Tromey2022-03-291-8/+8
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-2/+2
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make get_discrete_bounds return boolSimon Marchi2020-12-091-3/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-6/+6
* gdb: move Modula2 language class into a header fileAndrew Burgess2020-10-231-5/+6
* Make range types inherit signed-ness from base typeTom Tromey2020-10-171-7/+0
* gdb: remove TYPE_STUBSimon Marchi2020-09-141-1/+1
* gdb: make type::bounds work for array and string typesSimon Marchi2020-07-121-3/+2
* gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi2020-07-121-2/+3
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-7/+7
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-6/+5
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-9/+9
* Fix array pretty formatterHannes Domani2020-04-291-4/+0
* Remove val_printTom Tromey2020-03-131-223/+0
* Introduce cp_print_value_fields and c_value_print_structTom Tromey2020-03-131-3/+1
* Convert Modula-2 printing to value-based APITom Tromey2020-03-131-17/+207
* Introduce m2_value_print_innerTom Tromey2020-03-131-0/+10
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Introduce metadata styleTom Tromey2019-10-011-3/+7
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from c print functionsYao Qi2016-11-111-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-9/+10
* Remove unused variablesTom Tromey2016-07-141-4/+0
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-1/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-5/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-2/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * m2-valprint.c (m2_print_array_contents): Eliminate variableSiddhesh Poyarekar2012-09-171-7/+3
* gdb/Yao Qi2012-08-161-13/+3