summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_expressionTom Tromey2023-05-011-2/+2
* gdb: remove language_autoSimon Marchi2023-04-211-1/+1
* Remove some unnecessary casts from ada-lang.cTom Tromey2023-04-171-7/+6
* Add 128-bit integer support to the Ada parserTom Tromey2023-04-171-0/+2
* Convert long_const_operation to use gdb_mpzTom Tromey2023-04-171-2/+2
* Rewrite Ada symbol cacheTom Tromey2023-04-071-104/+82
* Fix 128-bit integer bug in AdaTom Tromey2023-03-271-21/+6
* Use type allocator for array typesTom Tromey2023-03-181-12/+13
* Use type allocator for range typesTom Tromey2023-03-181-11/+16
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-3/+3
* Unify arch_character_type and init_character_typeTom Tromey2023-03-181-3/+3
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-7/+7
* Remove arch_typeTom Tromey2023-03-181-2/+3
* Remove alloc_type_copyTom Tromey2023-03-181-12/+13
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Implement some agent expressions for AdaTom Tromey2023-02-271-7/+62
* Remove ALL_BLOCK_SYMBOLSTom Tromey2023-02-191-15/+6
* Convert explicit iterator uses to foreachTom Tromey2023-02-191-5/+3
* Combine both styles of block iteratorTom Tromey2023-02-191-2/+2
* Store 'name' in block_iteratorTom Tromey2023-02-191-1/+1
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-1/+1
* Convert block_linkage_function to methodTom Tromey2023-02-191-1/+1
* Convert more block functions to methodsTom Tromey2023-02-191-1/+1
* Convert block_gdbarch to methodTom Tromey2023-02-191-1/+1
* Don't allow NULL as an argument to block_static_blockTom Tromey2023-02-191-1/+5
* Remove two unnecessary returns in ada-lang.cTom Tromey2023-02-171-10/+4
* Rename parameter of create_ada_exception_catchpointTom Tromey2023-02-161-2/+2
* Constify ada_main_nameTom Tromey2023-02-161-2/+2
* Remove deprecated_lval_hackTom Tromey2023-02-131-14/+14
* Introduce set_lval method on valueTom Tromey2023-02-131-3/+3
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-2/+2
* Turn set_value_component_location into methodTom Tromey2023-02-131-2/+2
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_copy into a methodTom Tromey2023-02-131-4/+4
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-14/+14
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-2/+2
* Turn some value_contents functions into methodsTom Tromey2023-02-131-13/+13
* Turn value_zero into static "constructor"Tom Tromey2023-02-131-21/+21
* Turn allocate_optimized_out_value into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-13/+13
* Turn allocate_value_lazy into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-17/+17
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-4/+4
* Turn value_enclosing_type into methodTom Tromey2023-02-131-3/+3
* Turn deprecated_value_modifiable into methodTom Tromey2023-02-131-2/+2
* Turn value_offset into methodTom Tromey2023-02-131-1/+1
* Turn value_parent into methodTom Tromey2023-02-131-1/+1
* Turn value_bitpos into methodTom Tromey2023-02-131-10/+10
* Turn value_bitsize into methodTom Tromey2023-02-131-7/+7
* Turn deprecated_set_value_type into a methodTom Tromey2023-02-131-3/+3