Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-07 | AArch64 pauth: Indicate unmasked addresses in backtrace | Alan Hayward | 1 | -2/+26 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -2/+2 |
2019-06-13 | Make "backtrace" support -OPT options | Pedro Alves | 1 | -34/+50 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -18/+12 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -19/+17 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -17/+19 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-19 | gdb: Add default frame methods to gdbarch | Andrew Burgess | 1 | -73/+59 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -1/+1 |
2018-07-20 | Rename some frame unwind function parameters | Simon Marchi | 1 | -17/+19 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -5/+6 |
2018-06-20 | Rename regcache_cooked_read_ftype and make a function_view | Simon Marchi | 1 | -11/+9 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -1/+1 |
2018-05-25 | Use TRY/CATCH in remove_prev_frame | Tom Tromey | 1 | -33/+22 |
2018-05-24 | gdb: Restore selected frame in print_frame_local_vars | Andrew Burgess | 1 | -0/+16 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -6/+0 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |