Age | Commit message (Expand) | Author | Files | Lines |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-07-27 | gdb: remove VALUE_FRAME_ID and fix another frame debug issue | Andrew Burgess | 1 | -4/+0 |
2021-06-29 | gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 1 | -0/+6 |
2021-06-29 | gdb: introduce frame_debug_printf | Simon Marchi | 1 | -0/+5 |
2021-06-29 | gdb: make frame_debug a boolean | Simon Marchi | 1 | -1/+1 |
2021-05-09 | gdb: replace fprint_frame_id | Andrew Burgess | 1 | -5/+3 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -8/+8 |
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 | -2/+2 |
2020-10-30 | Make scoped_restore_current_thread's cdtors exception free (RFC) | Pedro Alves | 1 | -10/+41 |
2020-08-31 | gdb: introduce explicit outer frame id kind | Simon Marchi | 1 | -2/+7 |
2020-08-04 | gdb: use bool in frame code | Simon Marchi | 1 | -33/+27 |
2020-07-23 | Don't touch frame_info objects if frame cache was reinitialized | Pedro Alves | 1 | -0/+4 |
2020-07-06 | gdb: Python unwinders, inline frames, and tail-call frames | Andrew Burgess | 1 | -4/+0 |
2020-04-27 | Fix remaining inline/tailcall unwinding breakage for x86_64 | Luis Machado | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-08-07 | Make struct frame_arg self-managing | Tom Tromey | 1 | -4/+4 |
2019-08-07 | AArch64 pauth: Indicate unmasked addresses in backtrace | Alan Hayward | 1 | -0/+9 |
2019-07-29 | Implement 'set print frame-info|frame-arguments presence'. | Philippe Waroquiers | 1 | -9/+28 |
2019-06-13 | Make "backtrace" support -OPT options | Pedro Alves | 1 | -3/+52 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-20 | Rename some frame unwind function parameters | Simon Marchi | 1 | -8/+8 |
2018-05-24 | gdb: Restore selected frame in print_frame_local_vars | Andrew Burgess | 1 | -0/+19 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-11-02 | const-fy regcache::m_aspace | Yao Qi | 1 | -1/+3 |
2017-10-08 | Remove cleanup from frame_prepare_for_sniffer | Tom Tromey | 1 | -4/+9 |
2017-10-04 | Redesign mock environment for gdbarch selftests | Pedro Alves | 1 | -8/+0 |
2017-09-25 | Remove make_cleanup_regcache_xfree | Tom Tromey | 1 | -1/+2 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -2/+1 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -2/+2 |
2017-05-24 | Add unit test to gdbarch methods register_to_value and value_to_register | Yao Qi | 1 | -0/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -0/+4 |
2016-11-16 | Distinguish sentinel frame from null frame. | Kevin Buettner | 1 | -1/+11 |
2016-10-06 | frame.h: Forward-declare struct ui_out | Simon Marchi | 1 | -0/+1 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -0/+8 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+5 |
2016-02-12 | btrace, frame: fix crash in get_frame_type | Markus Metzger | 1 | -1/+2 |
2016-02-12 | frame: add skip_tailcall_frames | Markus Metzger | 1 | -0/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -0/+7 |
2015-06-30 | Replace TUI's select_frame hook (PR tui/13378) | Patrick Palka | 1 | -2/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -3/+3 |
2014-05-30 | Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind. | Andrew Burgess | 1 | -1/+14 |