Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-01-20 | gdb: make it possible to restore selected user-created frames | Simon Marchi | 1 | -7/+23 |
2023-01-20 | gdb: add create_new_frame(frame_id) overload | Simon Marchi | 1 | -8/+18 |
2023-01-20 | gdb: add user-created frames to stash | Simon Marchi | 1 | -2/+17 |
2023-01-20 | gdb: add frame_id::user_created_p | Simon Marchi | 1 | -0/+1 |
2023-01-20 | gdb: move frame_info_ptr to frame.{c,h} | Simon Marchi | 1 | -1/+42 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-07 | gdb: add invalidate_selected_frame function | Simon Marchi | 1 | -2/+14 |
2022-12-01 | gdb: make frame_register static | Simon Marchi | 1 | -1/+6 |
2022-11-10 | gdb: move frame_info_ptr method implementations to frame-info.c | Simon Marchi | 1 | -3/+1 |
2022-11-07 | gdb: make lookup_selected_frame static | Simon Marchi | 1 | -2/+6 |
2022-10-28 | Convert compunit_language to a method | Tom Tromey | 1 | -4/+4 |
2022-10-25 | gdb: remove spurious spaces after frame_info_ptr | Simon Marchi | 1 | -16/+16 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -6/+3 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -146/+146 |
2022-10-10 | Introduce frame_info_ptr smart pointer class | Tom Tromey | 1 | -0/+6 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -14/+13 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-08-24 | gdb: new 'maint print frame-id' command | Andrew Burgess | 1 | -0/+28 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -1/+1 |
2022-04-20 | Replace symbol_symtab with symbol::symtab | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -25/+25 |
2022-02-06 | gdb: remove SYMBOL_LINE macro | Simon Marchi | 1 | -2/+2 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: trivial changes to use array_view | Simon Marchi | 1 | -1/+1 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -3/+1 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -6/+5 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -10/+13 |
2021-09-27 | gdb: prevent an assertion when computing the frame_id for an inline frame | Andrew Burgess | 1 | -8/+52 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-08-04 | gdb: Use unwinder name in frame_info::to_string | Lancelot SIX | 1 | -2/+2 |
2021-07-27 | gdb: remove VALUE_FRAME_ID and fix another frame debug issue | Andrew Burgess | 1 | -18/+7 |
2021-06-29 | gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 1 | -9/+12 |
2021-06-29 | gdb: introduce frame_debug_printf | Simon Marchi | 1 | -191/+112 |