summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_FIELDS macroSimon Marchi2020-05-221-4/+4
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-221-10/+14
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-35/+35
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-221-6/+5
* Remove bound_name static from ada-lang.cTom Tromey2020-05-201-14/+9
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-23/+22
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-11/+11
* update name of several Ada fixed-point type handling functionsJoel Brobecker2020-05-151-21/+21
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-193/+191
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-5/+5
* Remove ada-lang.c:align_valueTom Tromey2020-05-131-14/+5
* Fix Ada value printing on PPC64Tom Tromey2020-05-111-4/+1
* gdb: make get_dyn_prop a method of struct typeSimon Marchi2020-05-071-2/+2
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-241-3/+3
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-49/+14
* Avoid copying in lookup_name_infoTom Tromey2020-04-011-17/+19
* Change ada_which_variant_applies to value APITom Tromey2020-03-301-10/+3
* Remove val_printTom Tromey2020-03-131-1/+0
* Introduce ada_value_print_innerTom Tromey2020-03-131-1/+1
* Introduce la_value_print_innerTom Tromey2020-03-131-0/+1
* Use obstack_strdup in ada-lang.cTom Tromey2020-02-191-4/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-7/+6
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-4/+4
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-50/+48
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-2/+2
* Constify command_line_inputTom Tromey2019-11-081-1/+1
* Remove la_get_string memberTom Tromey2019-11-051-1/+0
* Clean up ada-lang.hSimon Marchi2019-10-291-449/+455
* Remove unused includes in ada-*.c filesSimon Marchi2019-10-291-7/+0
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-6/+6
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Add $_ada_exception convenience variableTom Tromey2019-10-021-230/+77
* Back out earlier Ada exception changeTom Tromey2019-10-021-82/+25
* Handle copy relocationsTom Tromey2019-10-021-0/+9
* Use styled_string in more placesTom Tromey2019-10-011-3/+5
* Introduce metadata styleTom Tromey2019-10-011-2/+3
* Make ada_decode not use a static bufferChristian Biesinger2019-09-231-39/+24
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-13/+7
* Change iterate_over_symbols to return boolTom Tromey2019-09-101-2/+4
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-16/+18
* Handle biased typesTom Tromey2019-09-031-1/+1
* Fix bug with character enumeration literalTom Tromey2019-08-151-0/+8
* Use obstack_strdup moreTom Tromey2019-08-061-2/+1