Age | Commit message (Expand) | Author | Files | Lines |
2023-05-25 | gdb: remove bp_location_pointer_iterator | Simon Marchi | 1 | -8/+6 |
2023-05-25 | gdb: add breakpoint "has locations" methods | Simon Marchi | 1 | -1/+1 |
2023-05-25 | gdb: constify breakpoint::print_it parameter | Simon Marchi | 1 | -2/+2 |
2023-05-12 | Fix regression due to Pragma Import series | Tom Tromey | 1 | -0/+14 |
2023-05-12 | Use bool and early loop exit in remove_extra_symbols | Tom Tromey | 1 | -5/+5 |
2023-05-12 | Use reference parameter in remove_extra_symbols | Tom Tromey | 1 | -25/+25 |
2023-05-12 | Add dynamic_prop::is_constant | Tom Tromey | 1 | -3/+3 |
2023-05-12 | Fix calling debuginfo-less functions in Ada | Tom Tromey | 1 | -1/+1 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -2/+2 |
2023-04-21 | gdb: remove language_auto | Simon Marchi | 1 | -1/+1 |
2023-04-17 | Remove some unnecessary casts from ada-lang.c | Tom Tromey | 1 | -7/+6 |
2023-04-17 | Add 128-bit integer support to the Ada parser | Tom Tromey | 1 | -0/+2 |
2023-04-17 | Convert long_const_operation to use gdb_mpz | Tom Tromey | 1 | -2/+2 |
2023-04-07 | Rewrite Ada symbol cache | Tom Tromey | 1 | -104/+82 |
2023-03-27 | Fix 128-bit integer bug in Ada | Tom Tromey | 1 | -21/+6 |
2023-03-18 | Use type allocator for array types | Tom Tromey | 1 | -12/+13 |
2023-03-18 | Use type allocator for range types | Tom Tromey | 1 | -11/+16 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -3/+3 |
2023-03-18 | Unify arch_character_type and init_character_type | Tom Tromey | 1 | -3/+3 |
2023-03-18 | Unify arch_integer_type and init_integer_type | Tom Tromey | 1 | -7/+7 |
2023-03-18 | Remove arch_type | Tom Tromey | 1 | -2/+3 |
2023-03-18 | Remove alloc_type_copy | Tom Tromey | 1 | -12/+13 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 1 | -1/+1 |
2023-02-27 | Implement some agent expressions for Ada | Tom Tromey | 1 | -7/+62 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -15/+6 |
2023-02-19 | Convert explicit iterator uses to foreach | Tom Tromey | 1 | -5/+3 |
2023-02-19 | Combine both styles of block iterator | Tom Tromey | 1 | -2/+2 |
2023-02-19 | Store 'name' in block_iterator | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_static_block and block_global_block to methods | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_linkage_function to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert more block functions to methods | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_gdbarch to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Don't allow NULL as an argument to block_static_block | Tom Tromey | 1 | -1/+5 |
2023-02-17 | Remove two unnecessary returns in ada-lang.c | Tom Tromey | 1 | -10/+4 |
2023-02-16 | Rename parameter of create_ada_exception_catchpoint | Tom Tromey | 1 | -2/+2 |
2023-02-16 | Constify ada_main_name | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -14/+14 |
2023-02-13 | Introduce set_lval method on value | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn various value copying-related functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn set_value_component_location into method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_copy into a method | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -14/+14 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -13/+13 |
2023-02-13 | Turn value_zero into static "constructor" | Tom Tromey | 1 | -21/+21 |
2023-02-13 | Turn allocate_optimized_out_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -13/+13 |
2023-02-13 | Turn allocate_value_lazy into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -17/+17 |