summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Use discrete_position in ada-valprint.cTom Tromey2023-05-051-30/+9
* Remove adjust_type_signednessTom Tromey2023-04-191-10/+0
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_copy into a methodTom Tromey2023-02-131-1/+1
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-5/+5
* Turn value_contents_eq into a methodTom Tromey2023-02-131-3/+3
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-1/+1
* Turn some value offset functions into methodTom Tromey2023-02-131-2/+2
* Turn deprecated_set_value_type into a methodTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-17/+17
* GDB: Add a character string limiting optionAndrew Burgess2023-01-191-2/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-5/+5
* Use scoped_value_mark in more placesTom Tromey2022-10-141-3/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-12/+12
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-17/+17
* Rename print_spaces_filteredTom Tromey2022-03-291-5/+5
* Unify gdb printf functionsTom Tromey2022-03-291-42/+42
* Unify gdb puts functionsTom Tromey2022-03-291-16/+16
* Fix bug in ada_print_floatingTom Tromey2022-03-071-0/+7
* Handle multi-byte bracket sequences in Ada lexerTom Tromey2022-02-281-1/+5
* Remove LA_PRINT_CHARTom Tromey2022-02-141-1/+1
* Always call the wrap_here methodTom Tromey2022-01-261-3/+3
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-3/+3
* gdb: add string_file::release methodSimon Marchi2022-01-261-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_ENUMVALSimon Marchi2021-10-291-3/+3
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-1/+1
* Remove ada_value_print_innerTom Tromey2021-10-291-24/+5
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-5/+5
* Remove 'varsize-limit'Tom Tromey2021-10-051-6/+0
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-4/+4
* Fix Ada overloading with 'null'Tom Tromey2021-04-281-2/+13
* Avoid crash in Ada value printing with optimized-out arrayTom Tromey2021-04-151-1/+4
* Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey2021-03-021-16/+4
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make get_discrete_bounds return boolSimon Marchi2020-12-091-1/+1
* Make fixed_point_type_base_type a method of struct typeJoel Brobecker2020-11-231-1/+1
* Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker2020-11-151-0/+3
* Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey2020-11-041-33/+13
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-12/+12
* ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker2020-11-011-1/+1
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-2/+2
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi2020-07-121-1/+1
* Remove read_memory_stringTom Tromey2020-06-151-2/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-4/+4