aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-06Update ada_add_block_renamings for compiler changesTom Tromey1-12/+23
2025-03-06Compare unqualified names in ada_identical_enum_types_pTom Tromey1-11/+21
2025-03-06Use ada_identical_enum_types_p in ada_atr_enum_repTom Tromey1-1/+8
2025-03-06Fix latent crash in ada_variant_discrim_nameTom Tromey1-2/+4
2025-03-06Allow for anonymous Ada enumeration typesTom Tromey1-1/+4
2025-03-06Avoid double-decoding in ada_add_global_exceptionsTom Tromey1-11/+9
2025-01-22Avoid crash with 'lengthTom Tromey1-2/+3
2024-12-20Use block::is_static_block in ada-lang.cTom Tromey1-1/+1
2024-12-12Use generic_printstr from ada_language::printstrTom Tromey1-2/+9
2024-11-20Improve choice sorting in ada-lang.cTom Tromey1-72/+51
2024-11-11Use an iterator range for 'using' directivesTom Tromey1-4/+1
2024-11-11Wrap help strings at 80 columnsTom Tromey1-5/+5
2024-10-22Implement 'Object_SizeTom Tromey1-6/+21
2024-10-06[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