aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-21Implement Ada target name symbolTom Tromey1-0/+1
2023-07-21Remove ancient Ada workaroundTom Tromey1-17/+0
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey1-10/+48
2023-07-13Remove ada_attribute_nameTom Tromey1-32/+9
2023-06-12Don't require inferior execution for Ada catchpointsTom Tromey1-86/+29
2023-06-12Mark members of ada_catchpoint "private"Tom Tromey1-15/+17
2023-06-12Turn should_stop_exception into a method of ada_catchpointTom Tromey1-5/+9
2023-06-12Combine create_excep_cond_exprs and ada_catchpoint::re_setTom Tromey1-26/+18
2023-06-12Transfer ownership of exception string to ada_catchpointTom Tromey1-7/+9
2023-06-12Pass tempflag to ada_catchpoint constructorTom Tromey1-2/+1
2023-06-07Simplify ada_lookup_struct_elt_typeTom Tromey1-78/+5
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-0/+13
2023-06-03[gdb] Fix typosTom de Vries1-3/+3
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-8/+6
2023-05-25gdb: add breakpoint "has locations" methodsSimon Marchi1-1/+1
2023-05-25gdb: constify breakpoint::print_it parameterSimon Marchi1-2/+2
2023-05-12Fix regression due to Pragma Import seriesTom Tromey1-0/+14
2023-05-12Use bool and early loop exit in remove_extra_symbolsTom Tromey1-5/+5
2023-05-12Use reference parameter in remove_extra_symbolsTom Tromey1-25/+25
2023-05-12Add dynamic_prop::is_constantTom Tromey1-3/+3
2023-05-12Fix calling debuginfo-less functions in AdaTom Tromey1-1/+1
2023-05-01Remove evaluate_expressionTom Tromey1-2/+2
2023-04-21gdb: remove language_autoSimon Marchi1-1/+1
2023-04-17Remove some unnecessary casts from ada-lang.cTom Tromey1-7/+6
2023-04-17Add 128-bit integer support to the Ada parserTom Tromey1-0/+2
2023-04-17Convert long_const_operation to use gdb_mpzTom Tromey1-2/+2
2023-04-07Rewrite Ada symbol cacheTom Tromey1-104/+82
2023-03-27Fix 128-bit integer bug in AdaTom Tromey1-21/+6
2023-03-18Use type allocator for array typesTom Tromey1-12/+13
2023-03-18Use type allocator for range typesTom Tromey1-11/+16
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-3/+3
2023-03-18Unify arch_character_type and init_character_typeTom Tromey1-3/+3
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-7/+7
2023-03-18Remove arch_typeTom Tromey1-2/+3
2023-03-18Remove alloc_type_copyTom Tromey1-12/+13
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-02-27Implement some agent expressions for AdaTom Tromey1-7/+62
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-15/+6
2023-02-19Convert explicit iterator uses to foreachTom Tromey1-5/+3
2023-02-19Combine both styles of block iteratorTom Tromey1-2/+2
2023-02-19Store 'name' in block_iteratorTom Tromey1-1/+1
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey1-1/+1
2023-02-19Convert block_linkage_function to methodTom Tromey1-1/+1
2023-02-19Convert more block functions to methodsTom Tromey1-1/+1
2023-02-19Convert block_gdbarch to methodTom Tromey1-1/+1
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey1-1/+5
2023-02-17Remove two unnecessary returns in ada-lang.cTom Tromey1-10/+4
2023-02-16Rename parameter of create_ada_exception_catchpointTom Tromey1-2/+2
2023-02-16Constify ada_main_nameTom Tromey1-2/+2
2023-02-13Remove deprecated_lval_hackTom Tromey1-14/+14