]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ada-lang.c
ltmain.sh: allow more flags at link-time
[thirdparty/binutils-gdb.git] / gdb / ada-lang.c
38 hours ago  Tom de Vries[gdb/symtab] Don't expand non-Ada CUs for info exceptions
2024-09-09  Tom TromeyMove enum size check into ada_identical_enum_types_p
2024-09-09  Tom TromeyMinor cleanup to ada_identical_enum_types_p
2024-09-09  Tom TromeyBoolify ada_identical_enum_types_p
2024-09-07  Andrew Burgessgdb: only insert thread-specific breakpoints in the...
2024-09-06  Tom TromeyFix 'catch exception' with -flto
2024-09-06  Tom TromeyClear Ada symbol cache
2024-09-03  Tom de Vries[gdb] Fix typos
2024-08-26  Tom TromeySimplify ada_identical_enum_types_p
2024-08-20  Tom TromeyUse SEARCH_FUNCTION_DOMAIN when looking for Ada excepti...
2024-08-12  Simon Marchigdb: add program_space parameter to lookup_minimal_symbol
2024-08-12  Simon Marchigdb: make lookup_minimal_symbol objf and sfile paramete...
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
2024-07-24  Tom de Vries[gdb/exp] Allow internal function to indicate return...
2024-07-15  Simon Marchigdb: make objfile::pspace private
2024-06-14  Tom TromeySimplify ada_lookup_encoded_symbol
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-04-02  Tom TromeyImplement Ada 2022 iterated assignment
2024-04-02  Tom TromeyIntroduce and use aggregate_assigner type
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-21  Tom TromeyImplement Ada 2022 delta aggregates
2024-03-19  Tom TromeySpeed up lookup of "type_specific_data"
2024-03-18  Tom TromeyFix Ada 'ptype' of access to array
2024-02-26  Tom TromeyRemove two unnecessary casts
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-05  Tom TromeyHandling of arrays with optimized-out bounds
2024-02-01  Tom TromeyRename SEARCH_ALL
2024-01-28  Tom TromeySimplify some symbol searches in Ada code
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-28  Tom TromeyUse domain_search_flags in lookup_global_symbol_language
2024-01-28  Tom TromeyReplace search_domain with domain_search_flags
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-15  Tom TromeyRefine Ada overload matching
2023-12-15  Tom TromeyBoolify ada_type_match
2023-12-06  Tom TromeyAlways use expand_symtabs_matching in ada-lang.c
2023-12-06  Tom TromeyImprove performance of Ada name searches
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Remove uses of gdb::to_string (const std::string_v...
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
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
next