Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-06-29 | gdb: make frame_debug a boolean | Simon Marchi | 1 | -5/+6 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-05-09 | gdb: replace fprint_frame_id | Andrew Burgess | 1 | -49/+35 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -3/+2 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -6/+14 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | Remove trailing white spaces in gdb/frame.{c,h} | Shahab Vahedi | 1 | -6/+6 |
2020-11-16 | Fix frame cycle detection | Pedro Alves | 1 | -10/+17 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -6/+6 |
2020-10-30 | Move lookup_selected_frame to frame.c | Pedro Alves | 1 | -0/+66 |
2020-10-30 | Make scoped_restore_current_thread's cdtors exception free (RFC) | Pedro Alves | 1 | -24/+93 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -2/+3 |
2020-10-19 | gdb/frame: remove an unused type alias | Tankut Baris Aktemur | 1 | -2/+0 |
2020-10-11 | gdb: detect main function even when there's no matching msymbol | Andrew Burgess | 1 | -8/+22 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -2/+3 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Remove target_has_memory macro | Tom Tromey | 1 | -2/+2 |
2020-08-31 | gdb: fix nits in previous patches | Simon Marchi | 1 | -1/+1 |
2020-08-31 | gdb: introduce explicit outer frame id kind | Simon Marchi | 1 | -14/+5 |
2020-08-31 | gdb: make frame_unwind_got_optimized return a not_lval value | Simon Marchi | 1 | -1/+1 |
2020-08-22 | gdb: assert that we don't try to get a frame's id while it is computed | Simon Marchi | 1 | -25/+72 |
2020-08-04 | gdb: use bool in frame code | Simon Marchi | 1 | -109/+113 |
2020-08-04 | gdb: change frame_info::prev_func::p type to cached_copy_status | Simon Marchi | 1 | -8/+10 |
2020-07-23 | Don't touch frame_info objects if frame cache was reinitialized | Pedro Alves | 1 | -2/+20 |
2020-07-06 | gdb: Python unwinders, inline frames, and tail-call frames | Andrew Burgess | 1 | -8/+0 |
2020-04-27 | Fix remaining inline/tailcall unwinding breakage for x86_64 | Luis Machado | 1 | -0/+8 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -19/+6 |
2020-01-24 | gdb: Better frame tracking for inline frames | Andrew Burgess | 1 | -4/+5 |
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-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |