]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ada-lang.c
gdb: Convert language la_read_var_value field to a method
[thirdparty/binutils-gdb.git] / gdb / ada-lang.c
2020-06-02  Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-06-02  Andrew Burgessgdb: Convert language la_print_array_index field to...
2020-06-02  Andrew Burgessgdb: Represent all languages as sub-classes of language...
2020-05-26  Tom TromeyHandle indexing Ada arrays with enum indices
2020-05-26  Tom TromeyFix bugs in 'val and 'pos with range types
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-20  Tom TromeyRemove bound_name static from ada-lang.c
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-15  Joel Brobeckerupdate name of several Ada fixed-point type handling...
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-05-13  Tom TromeyRemove ada-lang.c:align_value
2020-05-11  Tom TromeyFix Ada value printing on PPC64
2020-05-07  Simon Marchigdb: make get_dyn_prop a method of struct type
2020-04-24  Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-01  Tom TromeyAvoid copying in lookup_name_info
2020-03-30  Tom TromeyChange ada_which_variant_applies to value API
2020-03-14  Tom TromeyRemove val_print
2020-03-14  Tom TromeyIntroduce ada_value_print_inner
2020-03-14  Tom TromeyIntroduce la_value_print_inner
2020-02-19  Tom TromeyUse obstack_strdup in ada-lang.c
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27  Christian BiesingerMake symbol_set_names a member function
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-11-08  Tom TromeyConstify command_line_input
2019-11-05  Tom TromeyRemove la_get_string member
2019-10-29  Simon MarchiClean up ada-lang.h
2019-10-29  Simon MarchiRemove unused includes in ada-*.c files
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-02  Tom TromeyAdd $_ada_exception convenience variable
2019-10-02  Tom TromeyBack out earlier Ada exception change
2019-10-02  Tom TromeyHandle copy relocations
2019-10-01  Tom TromeyUse styled_string in more places
2019-10-01  Tom TromeyIntroduce metadata style
2019-09-23  Christian BiesingerMake ada_decode not use a static buffer
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-10  Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10  Tom TromeyChange iterate_over_symbols to return bool
2019-09-10  Tom TromeyChange map_matching_symbols to take a symbol_found_call...
2019-09-03  Tom TromeyHandle biased types
2019-08-15  Tom TromeyFix bug with character enumeration literal
2019-08-07  Tom TromeyUse obstack_strdup more
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-02  Alexandre Olivasupport Ada EH ABI v1
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-10  Tom TromeyChange Ada catchpoints to be bp_catchpoint
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-01  Tom TromeyRemove is_a_field_of_this from ada_lookup_symbol
2019-06-19  Tom TromeyFix crash when setting breakpoint condition
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-14  Tom TromeyAllow re-assigning to convenience variables
2019-06-10  Tom TromeyUpdate help text in ada-lang.c
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-28  Tom TromeyRemove find_old_style_renaming_symbol
2019-05-14  Tom TromeyFix assertion failure in coerce_unspec_val_to_type
2019-05-10  Tom TromeyAdd completion for Ada catch commands
2019-05-08  Tom TromeyConvert ada-lang.c to type-safe registry API
2019-05-04  Tom TromeyRemove "struct" from foreach statements
2019-05-01  Tom TromeyFix bug in assignment to nested packed structure
2019-05-01  Tom TromeyFix big-endian aggregate assignment in Ada
2019-04-30  Tom TromeyFix "catch exception" with dynamic linking
2019-04-29  Andrew Burgessgdb: Introduce new language field la_is_string_type_p
2019-04-29  Andrew Burgessgdb: Introduce new language field la_struct_too_deep_el...
2019-04-29  Andrew Burgessgdb/ada: Update some predicate functions to return...
2019-04-19  Tom TromeyPrint non-Ada unions without crashing
2019-04-12  Andrew Burgessgdb: Remove LANG_MAGIC
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-05  Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05  Tom TromeyMove completion parsing to parser_state
2019-03-29  Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-03-25  Tom TromeyRemove null_block_symbol
2019-03-25  Tom TromeyMore block constification
2019-03-18  Tom TromeyFix Ada "ptype" bug with array types
2019-02-17  Tom TromeyFix pager bugs with style output
2019-02-17  Joel Brobecker(Ada) fix GDB crash printing packed array
2019-02-15  Tom TromeyFix memory leak in create_ada_exception_catchpoint
2019-02-15  Tom TromeyC++-ify bp_location
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-17  Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-17  Tom TromeyAdd compunits range adapter to objfile
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-12  Joel Brobeckerexpand a bit the in-GDB help for the "catch exception...
2019-01-10  Tom TromeyRemove ALL_COMPUNITS
next