aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
14 days[gdb] Fix common misspellingsTom de Vries1-3/+3
2024-10-02gdb: more file name stylingAndrew Burgess1-6/+9
2024-10-01Introduce and use operation::type_pTom Tromey1-1/+1
2024-09-24[gdb/symtab] Don't expand non-Ada CUs for info exceptionsTom de Vries1-1/+6
2024-09-09Move enum size check into ada_identical_enum_types_pTom Tromey1-10/+4
2024-09-09Minor cleanup to ada_identical_enum_types_pTom Tromey1-4/+2
2024-09-09Boolify ada_identical_enum_types_pTom Tromey1-6/+7
2024-09-07gdb: only insert thread-specific breakpoints in the relevant inferiorAndrew Burgess1-3/+3
2024-09-06Fix 'catch exception' with -fltoTom Tromey1-0/+4
2024-09-06Clear Ada symbol cacheTom Tromey1-2/+2
2024-09-03[gdb] Fix typosTom de Vries1-1/+1
2024-08-26Simplify ada_identical_enum_types_pTom Tromey1-6/+3
2024-08-20Use SEARCH_FUNCTION_DOMAIN when looking for Ada exception symbolsTom Tromey1-2/+4
2024-08-12gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi1-3/+6
2024-08-12gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi1-3/+3
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi1-6/+6
2024-07-24[gdb/exp] Allow internal function to indicate return typeTom de Vries1-8/+1
2024-07-15gdb: make objfile::pspace privateSimon Marchi1-2/+2
2024-06-14Simplify ada_lookup_encoded_symbolTom Tromey1-11/+5
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-02Implement Ada 2022 iterated assignmentTom Tromey1-1/+48
2024-04-02Introduce and use aggregate_assigner typeTom Tromey1-85/+68
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-21Implement Ada 2022 delta aggregatesTom Tromey1-4/+38
2024-03-19Speed up lookup of "type_specific_data"Tom Tromey1-1/+3
2024-03-18Fix Ada 'ptype' of access to arrayTom Tromey1-1/+7
2024-02-26Remove two unnecessary castsTom Tromey1-1/+1
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-5/+5
2024-02-05Handling of arrays with optimized-out boundsTom Tromey1-2/+2
2024-02-01Rename SEARCH_ALLTom Tromey1-1/+1
2024-01-28Simplify some symbol searches in Ada codeTom Tromey1-8/+2
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-7/+3
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-35/+36
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-3/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-15Refine Ada overload matchingTom Tromey1-11/+34
2023-12-15Boolify ada_type_matchTom Tromey1-5/+5
2023-12-06Always use expand_symtabs_matching in ada-lang.cTom Tromey1-104/+15
2023-12-06Improve performance of Ada name searchesTom Tromey1-2/+10
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-21gdb: Remove uses of gdb::to_string (const std::string_view &)Lancelot Six1-12/+9
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-4/+5
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-3/+4
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-2/+4
2023-10-05gdb: add program_space parameter to ada_clear_symbol_cacheSimon Marchi1-4/+4
2023-09-19Add is_array_like and to_array to language_defnTom Tromey1-0/+13