Age | Commit message (Expand) | Author | Files | Lines |
2023-03-28 | Rename "raw" to "unrelocated" | Tom Tromey | 1 | -1/+1 |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -2/+2 |
2023-02-19 | Convert block_static_link to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert block_static_block and block_global_block to methods | Tom Tromey | 1 | -3/+3 |
2023-02-19 | Convert block_inlined_p to method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Introduce set_lval method on value | Tom Tromey | 1 | -6/+6 |
2023-02-13 | Turn various value copying-related functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -3/+3 |
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 | -4/+4 |
2023-02-13 | Turn allocate_value_lazy into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_offset into method | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | gdb: fix crash when getting the value of a label symbol | Andrew Burgess | 1 | -14/+26 |
2022-12-15 | gdb: use gdb_assert not internal_error | Andrew Burgess | 1 | -8/+2 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -4/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -13/+13 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -10/+10 |
2022-05-05 | gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order... | Simon Marchi | 1 | -41/+14 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -4/+4 |
2022-04-20 | Replace symbol_arch with symbol::arch | Tom Tromey | 1 | -1/+1 |
2022-04-20 | Replace symbol_objfile with symbol::objfile | Tom Tromey | 1 | -5/+5 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -14/+13 |
2022-02-11 | Add initializers to bound_minimal_symbol | Tom Tromey | 1 | -2/+1 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -18/+17 |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 1 | -2/+2 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -5/+5 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -2/+2 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -10/+8 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-07-06 | gdb: Python unwinders, inline frames, and tail-call frames | Andrew Burgess | 1 | -0/+8 |
2020-06-02 | gdb: Convert language la_read_var_value field to a method | Andrew Burgess | 1 | -7/+6 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -4/+4 |
2020-04-24 | Prefer existing data when evaluating DWARF expression | Tom Tromey | 1 | -3/+3 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -1/+1 |