Age | Commit message (Expand) | Author | Files | Lines |
2024-07-15 | gdb: pass program space to entry_point_address_query | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-19 | [gdb] Further fix "value is not available" with debug frame | Tom de Vries | 1 | -3/+5 |
2024-03-11 | gdb/unwinders: better support for $pc not saved | Andrew Burgess | 1 | -0/+32 |
2024-02-26 | [gdb] Fix "value is not available" with debug frame | Tom de Vries | 1 | -0/+2 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -84/+87 |
2024-02-11 | Fix crash when calling Frame.static_link | Hannes Domani | 1 | -0/+3 |
2024-01-28 | Use a function-domain search in inside_main_func | Tom Tromey | 1 | -6/+2 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -1/+2 |
2024-01-19 | gdb: remove SYMBOL_*_OPS macros | Simon Marchi | 1 | -6/+9 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-24 | gdb: remove VALUE_REGNUM, add value::regnum | Simon Marchi | 1 | -4/+3 |
2023-12-14 | gdb: add gdbarch_pseudo_register_write that takes a frame | Simon Marchi | 1 | -1/+8 |
2023-12-14 | gdb: read pseudo register through frame | Simon Marchi | 1 | -3/+33 |
2023-12-14 | gdb: make get_frame_register_bytes take the next frame | Simon Marchi | 1 | -10/+6 |
2023-12-14 | gdb: make put_frame_register_bytes take the next frame | Simon Marchi | 1 | -9/+5 |
2023-12-14 | gdb: make put_frame_register take the next frame | Simon Marchi | 1 | -7/+9 |
2023-12-14 | gdb: remove frame_register | Simon Marchi | 1 | -31/+8 |
2023-12-14 | gdb: make put_frame_register take an array_view | Simon Marchi | 1 | -4/+7 |
2023-12-14 | gdb: fix bugs in {get,put}_frame_register_bytes | Simon Marchi | 1 | -40/+23 |
2023-12-14 | gdb: change regcache interface to use array_view | Simon Marchi | 1 | -2/+2 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -2/+3 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -4/+5 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -5/+7 |
2023-11-14 | Move follow_static_link to frame.c | Tom Tromey | 1 | -0/+40 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-05-19 | Update documentation for Python Frame.older and Frame.newer | Tom Tromey | 1 | -1/+1 |
2023-05-03 | [gdb/build] Fix frame_list position in frame.c | Tom de Vries | 1 | -4/+7 |
2023-03-31 | Fix maybe-uninitialized warning in frame.c | Tom Tromey | 1 | -3/+4 |
2023-03-31 | GDB: Favor full symbol main name for backtrace stop | Richard Bunt | 1 | -10/+15 |
2023-03-13 | Fix crash in inside_main_func | Tom Tromey | 1 | -0/+8 |
2023-02-19 | Convert contained_in to method | Tom Tromey | 1 | -1/+1 |
2023-02-15 | gdb: fix dealloc function not being called for frame 0 | Simon Marchi | 1 | -8/+21 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -11/+11 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -6/+6 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -2/+2 |
2023-02-10 | [gdb/cli] Add maint info frame-unwinders | Tom de Vries | 1 | -2/+2 |
2023-02-08 | gdb: give sentinel for user frames distinct IDs, register sentinel frames to ... | Simon Marchi | 1 | -14/+49 |
2023-02-08 | gdb: call frame unwinders' dealloc_cache methods through destroying the frame... | Simon Marchi | 1 | -15/+24 |
2023-01-20 | gdb: make frame_info_ptr auto-reinflatable | Simon Marchi | 1 | -3/+4 |
2023-01-20 | gdb: make frame_info_ptr grab frame level and id on construction | Simon Marchi | 1 | -8/+11 |
2023-01-20 | gdb: make user-created frames reinflatable | Simon Marchi | 1 | -6/+16 |