Age | Commit message (Expand) | Author | Files | Lines |
2024-09-30 | Add line-number styling | Tom Tromey | 1 | -1/+1 |
2024-09-30 | gdb, testsuite: clean duplicate header includes | Gerlicher, Klaus | 1 | -1/+0 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -5/+2 |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: move execute function declarations from gdbcmd.h to top.h | Simon Marchi | 1 | -0/+1 |
2024-04-23 | gdb: move annotation_level declaration/definition to annotate.{h,c} | Simon Marchi | 1 | -8/+0 |
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-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -21/+21 |
2024-02-07 | Fix raw-frame-arguments in combination with frame-filters | Hannes Domani | 1 | -0/+2 |
2024-01-31 | gdb: remove some unnecessary frame_info_ptr resets | Simon Marchi | 1 | -3/+0 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -2/+2 |
2024-01-19 | gdb: remove SYMBOL_*_OPS macros | Simon Marchi | 1 | -9/+7 |
2024-01-19 | gdb: Buffer output streams during events that might download debuginfo | Aaron Merey | 1 | -10/+25 |
2024-01-15 | gdb: remove unnecessary braces | Simon Marchi | 1 | -4/+2 |
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 | -2/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -8/+8 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -3/+3 |
2023-10-30 | Remove some frame invalidation code | Tom Tromey | 1 | -9/+2 |
2023-08-26 | Use get_frame_address_in_block in print_frame | Tom Tromey | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -4/+4 |
2023-05-19 | gdb: Remove redundant frame switching | Richard Bunt | 1 | -6/+0 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -13/+6 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_contents_eq into a method | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn allocate_optimized_out_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -6/+6 |
2023-01-20 | gdb: make frame_info_ptr auto-reinflatable | Simon Marchi | 1 | -6/+0 |
2023-01-20 | gdb: make frame_info_ptr grab frame level and id on construction | Simon Marchi | 1 | -10/+0 |
2023-01-03 | Add new overload of gdbarch_return_value | Tom Tromey | 1 | -3/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 1 | -1/+1 |
2022-12-15 | Remove subset_compare | Tom Tromey | 1 | -3/+3 |
2022-11-10 | gdb: add missing prepare_reinflate call in print_frame_info | Simon Marchi | 1 | -0/+2 |
2022-11-10 | gdb: remove manual frame_info reinflation code in backtrace_command_1 | Simon Marchi | 1 | -14/+1 |
2022-11-10 | gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co... | Simon Marchi | 1 | -0/+4 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-10 | gdb/frame: Add reinflation method for frame_info_ptr | Bruno Larsen | 1 | -0/+11 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -52/+52 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -3/+3 |