]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ada-lang.c
internal_error: remove need to pass __FILE__/__LINE__
[thirdparty/binutils-gdb.git] / gdb / ada-lang.c
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-18  Markus Metzgergdb, ada: update ada_lookup_simple_minsym
2022-10-18  Markus Metzgergdb, ada: collect standard exceptions in all objfiles
2022-10-17  Tom TromeyImprove Ada support in .gdb_index
2022-10-14  Tom TromeyUse scoped_value_mark in more places
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-28  Tom TromeyTreat Character as a discrete type in Ada
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: add type::length / type::set_length
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-21  Simon Marchigdb: add type::target_type / type::set_target_type
2022-07-28  Tom TromeyRewrite registry.h
2022-07-18  Tom TromeyRemove array typedef assumption for Ada
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-05-23  Tom de Vries[gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
2022-05-20  Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-05-20  Pedro AlvesConvert init_ada_exception_catchpoint to a ctor
2022-05-20  Pedro AlvesMake ada_catchpoint_location's owner ctor parameter...
2022-05-16  Tom TromeyFix Ada exception regression on Windows
2022-05-06  Tom TromeyRemove init_raw_breakpoint_without_location
2022-05-06  Tom TromeyConstify breakpoint::print_recreate
2022-05-06  Tom TromeyConstify breakpoint::print_mention
2022-05-06  Tom TromeyConstify breakpoint::print_one
2022-05-06  Tom TromeyConstify breakpoint::print_it
2022-05-06  Tom TromeyChange print_recreate_thread to a method
2022-05-02  Tom TromeyFix Ada catchpoint regression
2022-04-29  Tom TromeyRemove breakpoint_ops from init_ada_exception_breakpoint
2022-04-29  Tom TromeyConvert Ada catchpoints to vtable ops
2022-04-29  Tom TromeyConvert ordinary breakpoints to vtable ops
2022-04-29  Tom TromeyReturn bool from breakpoint_ops::print_one
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28  Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28  Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20  Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-20  Tom TromeyAdd accessors for symbol's artificial field
2022-04-12  Tom TromeyAllow ada_decode not to decode operators
2022-04-11  Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-04-07  Simon Marchigdb: remove symtab::blockvector
2022-04-04  Tom TromeyHandle ghost entities in symbol lookup
2022-03-30  Tom TromeyDecode "dynamic" interface types in Ada
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-16  Tom TromeyReimplement array concatenation for Ada and D
2022-03-16  Tom TromeyAda support for wide strings
2022-03-07  Tom TromeyHandle non-ASCII identifiers in Ada
2022-03-07  Tom TromeyDon't pre-size result string in ada_decode
2022-02-28  Tom TromeyHandle multi-byte bracket sequences in Ada lexer
2022-02-28  Tom TromeyHandle 'QWW' encoding case in Ada enums
2022-02-11  Tom TromeyAdd initializers to bound_minimal_symbol
2022-02-06  Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06  Simon Marchigdb: remove SYMBOL_OBJFILE_OWNED macro
2022-02-06  Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-01-26  Simon Marchigdb: add string_file::release method
2022-01-18  Tom TromeySimplify Ada catchpoints
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-08  Tom TromeyUse for-each more in gdb
2021-12-07  Tom de Vries[gdb/ada] Fix assert in ada_is_unconstrained_packed_arr...
2021-12-04  Simon Marchigdb: revert one array_view copy change in ada-lang.c
2021-12-03  Simon Marchigdbsupport: add array_view copy function
2021-11-16  Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-08  Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-21  Tom TromeyFix latent Ada bug when accessing field offsets
2021-10-19  Tom TromeyCheck index in type::field
2021-10-07  Simon Marchigdb: add accessors for field (and call site) location
2021-10-05  Tom TromeyRemove 'varsize-limit'
2021-10-04  Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-10-01  Simon Marchigdb: add field::name / field::set_name
2021-09-24  Tom TromeyMove value_true to value.h
2021-09-18  Tom de Vries[gdb/ada] Handle artificial local symbols
2021-08-02  Tom TromeyHandle compiler-generated suffixes in Ada names
2021-08-02  Tom TromeyHandle type qualifier for enumeration name
2021-08-02  Tom TromeyDefer Ada character literal resolution
2021-08-02  Tom TromeyRefactor Ada resolution
2021-08-02  Tom TromeyRemove add_symbols_from_enclosing_procs
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25  Tom TromeyAdd non-wrapping mode to ada_decode
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: add breakpoint::locations method
2021-05-19  Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-04-30  Tom TromeyFix crash with GNAT minimal encodings
2021-04-28  Tom TromeyFix Ada overloading with 'null'
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-17  Tom TromeySimplify quick_symbol_functions::map_matching_symbols
next