Remove path name from test case
[binutils-gdb.git] / gdb / ada-lang.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-10-05 Simon Marchigdb: add program_space parameter to ada_clear_symbol_cache
2023-09-19 Tom TromeyAdd is_array_like and to_array to language_defn
2023-09-19 Tom TromeyUse gdb::checked_static_cast for catchpoints
2023-09-07 Tom de Vries[gdb/ada] Extend type equivalence test in ada_resolve_enum
2023-09-07 Tom de Vries[gdb/ada] Move identical enums handling later
2023-09-05 Tom TromeyUse ada_value_subscript in valpy_getitem
2023-09-05 Tom TromeyRead Ada main name from executable, not inferior
2023-08-31 Tom TromeyAdd symbol::matches method
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31 Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-17 Tom de Vries[gdb/build, c++20] Fix deprecated implicit capture...
2023-08-16 Tom TromeyAvoid buffer overflow in ada_decode
2023-08-16 Tom TromeyFix obvious bug in aggregate expression
2023-07-21 Tom TromeyImplement Ada target name symbol
2023-07-21 Tom TromeyRemove ancient Ada workaround
2023-07-13 Tom TromeyImplement 'Enum_Val and 'Enum_Rep
2023-07-13 Tom TromeyRemove ada_attribute_name
2023-06-12 Tom TromeyDon't require inferior execution for Ada catchpoints
2023-06-12 Tom TromeyMark members of ada_catchpoint "private"
2023-06-12 Tom TromeyTurn should_stop_exception into a method of ada_catchpoint
2023-06-12 Tom TromeyCombine create_excep_cond_exprs and ada_catchpoint...
2023-06-12 Tom TromeyTransfer ownership of exception string to ada_catchpoint
2023-06-12 Tom TromeyPass tempflag to ada_catchpoint constructor
2023-06-07 Tom TromeySimplify ada_lookup_struct_elt_type
2023-06-05 Andrew Burgessgdb: building inferior strings from within GDB
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-05-25 Simon Marchigdb: add breakpoint "has locations" methods
2023-05-25 Simon Marchigdb: constify breakpoint::print_it parameter
2023-05-12 Tom TromeyFix regression due to Pragma Import series
2023-05-12 Tom TromeyUse bool and early loop exit in remove_extra_symbols
2023-05-12 Tom TromeyUse reference parameter in remove_extra_symbols
2023-05-12 Tom TromeyAdd dynamic_prop::is_constant
2023-05-12 Tom TromeyFix calling debuginfo-less functions in Ada
2023-05-01 Tom TromeyRemove evaluate_expression
2023-04-21 Simon Marchigdb: remove language_auto
2023-04-17 Tom TromeyRemove some unnecessary casts from ada-lang.c
2023-04-17 Tom TromeyAdd 128-bit integer support to the Ada parser
2023-04-17 Tom TromeyConvert long_const_operation to use gdb_mpz
2023-04-07 Tom TromeyRewrite Ada symbol cache
2023-03-27 Tom TromeyFix 128-bit integer bug in Ada
2023-03-18 Tom TromeyUse type allocator for array types
2023-03-18 Tom TromeyUse type allocator for range types
2023-03-18 Tom TromeyUnify arch_float_type and init_float_type
2023-03-18 Tom TromeyUnify arch_character_type and init_character_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove arch_type
2023-03-18 Tom TromeyRemove alloc_type_copy
2023-02-27 Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-27 Tom TromeyImplement some agent expressions for Ada
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-19 Tom TromeyConvert explicit iterator uses to foreach
2023-02-19 Tom TromeyCombine both styles of block iterator
2023-02-19 Tom TromeyStore 'name' in block_iterator
2023-02-19 Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19 Tom TromeyConvert block_linkage_function to method
2023-02-19 Tom TromeyConvert more block functions to methods
2023-02-19 Tom TromeyConvert block_gdbarch to method
2023-02-19 Tom TromeyDon't allow NULL as an argument to block_static_block
2023-02-17 Tom TromeyRemove two unnecessary returns in ada-lang.c
2023-02-16 Tom TromeyRename parameter of create_ada_exception_catchpoint
2023-02-16 Tom TromeyConstify ada_main_name
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyIntroduce set_lval method on value
2023-02-13 Tom TromeyTurn various value copying-related functions into methods
2023-02-13 Tom TromeyTurn set_value_component_location into method
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_copy into a method
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn value_zero into static "constructor"
2023-02-13 Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn value_enclosing_type into method
2023-02-13 Tom TromeyTurn deprecated_value_modifiable into method
2023-02-13 Tom TromeyTurn value_offset into method
2023-02-13 Tom TromeyTurn value_parent into method
2023-02-13 Tom TromeyTurn value_bitpos into method
2023-02-13 Tom TromeyTurn value_bitsize into method
2023-02-13 Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13 Tom TromeyTurn value_type into method
2023-02-08 Tom TromeyRemove most calls to fixup_symbol_section
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-11-19 Philippe WaroquiersShow locno for 'multi location' breakpoint hit msg...
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
next