Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-30 | Rename frame_stop_reason_string to unwind_stop_reason_to_string. | Andrew Burgess | 1 | -1/+1 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -3/+2 |
2014-04-18 | Fix PR backtrace/15558 | Pedro Alves | 1 | -0/+7 |
2014-01-16 | frame: add frame_id_build_unavailable_stack_special | Markus Metzger | 1 | -0/+8 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-17 | "tfind" across unavailable-stack frames. | Pedro Alves | 1 | -3/+27 |
2013-12-06 | Fix "info frame" in the outermost frame. | Pedro Alves | 1 | -8/+0 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 1 | -2/+4 |
2013-08-30 | frame.h: Delete stale declaration. | Pedro Alves | 1 | -3/+0 |
2013-08-08 | gdb/ | Yao Qi | 1 | -0/+2 |
2013-02-01 | Garbage collect deprecated_pc_in_call_dummy | Pedro Alves | 1 | -2/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-12 | rename frame_register_read into deprecated_frame_register_read. | Joel Brobecker | 1 | -1/+1 |
2012-11-12 | Document replacement for frame_register_read (deprecated). | Joel Brobecker | 1 | -12/+0 |
2012-09-17 | gdb/ | Jan Kratochvil | 1 | -6/+9 |
2012-08-02 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-03-01 | Fix typo in frame.h:read_frame_register_unsigned function description. | Joel Brobecker | 1 | -1/+1 |