aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-13Introduce set_lval method on valueTom Tromey1-3/+3
2023-02-13Turn various value copying-related functions into methodsTom Tromey1-2/+2
2023-02-13Turn set_value_component_location into methodTom Tromey1-2/+2
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_copy into a methodTom Tromey1-4/+4
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-14/+14
2023-02-13Turn value_fetch_lazy into a methodTom Tromey1-2/+2
2023-02-13Turn some value_contents functions into methodsTom Tromey1-13/+13
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-21/+21
2023-02-13Turn allocate_optimized_out_value into static "constructor"Tom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-13/+13
2023-02-13Turn allocate_value_lazy into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-17/+17
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-4/+4
2023-02-13Turn value_enclosing_type into methodTom Tromey1-3/+3
2023-02-13Turn deprecated_value_modifiable into methodTom Tromey1-2/+2
2023-02-13Turn value_offset into methodTom Tromey1-1/+1
2023-02-13Turn value_parent into methodTom Tromey1-1/+1
2023-02-13Turn value_bitpos into methodTom Tromey1-10/+10
2023-02-13Turn value_bitsize into methodTom Tromey1-7/+7
2023-02-13Turn deprecated_set_value_type into a methodTom Tromey1-3/+3
2023-02-13Turn value_type into methodTom Tromey1-151/+151
2023-02-08Remove most calls to fixup_symbol_sectionTom Tromey1-21/+7
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+2
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-6/+5
2022-10-18gdb, ada: update ada_lookup_simple_minsymMarkus Metzger1-14/+18
2022-10-18gdb, ada: collect standard exceptions in all objfilesMarkus Metzger1-7/+23
2022-10-17Improve Ada support in .gdb_indexTom Tromey1-3/+5
2022-10-14Use scoped_value_mark in more placesTom Tromey1-8/+4
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-5/+5
2022-09-28Treat Character as a discrete type in AdaTom Tromey1-1/+4
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-60/+56
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-23/+24
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-101/+99
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-4/+5
2022-07-28Rewrite registry.hTom Tromey1-2/+3
2022-07-18Remove array typedef assumption for AdaTom Tromey1-0/+6
2022-06-17event_location -> location_specPedro Alves1-2/+2
2022-05-23[gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7Tom de Vries1-1/+2
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-4/+4
2022-05-20Convert init_ada_exception_catchpoint to a ctorPedro Alves1-4/+39
2022-05-20Make ada_catchpoint_location's owner ctor parameter be ada_catchpointPedro Alves1-16/+16