Age | Commit message (Expand) | Author | Files | Lines |
2016-09-05 | Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_eval | Pedro Alves | 1 | -27/+52 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+13 |
2016-02-12 | btrace, frame: fix crash in get_frame_type | Markus Metzger | 1 | -8/+40 |
2016-02-12 | frame: add skip_tailcall_frames | Markus Metzger | 1 | -2/+12 |
2016-01-13 | Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition | Pedro Alves | 1 | -8/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -7/+7 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-08-21 | C++: Initialize a couple const globals | Pedro Alves | 1 | -1/+1 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -0/+42 |
2015-06-30 | Replace TUI's select_frame hook (PR tui/13378) | Patrick Palka | 1 | -2/+0 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -13/+16 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -6/+8 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -3/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-11-30 | frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq() | Martin Galvan | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -5/+5 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-27 | Associate dummy_frame with ptid | Yao Qi | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+2 |
2014-05-30 | Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind. | Andrew Burgess | 1 | -7/+67 |
2014-05-30 | Rename frame_stop_reason_string to unwind_stop_reason_to_string. | Andrew Burgess | 1 | -1/+1 |
2014-05-30 | Remove previous frame if an error occurs when computing frame id during unwind. | Andrew Burgess | 1 | -14/+38 |
2014-04-18 | Fix PR backtrace/15558 | Pedro Alves | 1 | -13/+18 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-01-16 | frame: do not assume unwinding will succeed | Markus Metzger | 1 | -6/+3 |
2014-01-16 | frame: add frame_id_build_unavailable_stack_special | Markus Metzger | 1 | -0/+16 |
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 | -14/+40 |
2013-12-06 | Fix "info frame" in the outermost frame. | Pedro Alves | 1 | -46/+62 |
2013-12-06 | New OPTIMIZED_OUT_ERROR error code. | Pedro Alves | 1 | -1/+2 |
2013-12-06 | Uninitialized variable "this_id" in frame.c:get_prev_frame_1. | Joel Brobecker | 1 | -2/+2 |
2013-11-28 | get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output. | Pedro Alves | 1 | -1/+32 |
2013-11-28 | get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant. | Pedro Alves | 1 | -15/+0 |
2013-11-28 | get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOST | Pedro Alves | 1 | -6/+5 |
2013-11-28 | register: "optimized out" -> "not saved". | Pedro Alves | 1 | -1/+1 |
2013-11-27 | Make "set debug frame 1" use the standard print routine for optimized out val... | Andrew Burgess | 1 | -1/+5 |
2013-11-22 | Make use of the frame stash to detect wider stack cycles. | Pedro Alves | 1 | -63/+88 |
2013-11-22 | Don't let two frames with the same id end up in the frame chain. | Pedro Alves | 1 | -17/+26 |
2013-11-22 | Revert "Don't let two frames with the same id end up in the frame chain." | Pedro Alves | 1 | -26/+17 |
2013-11-22 | Revert "Make use of the frame stash to detect wider stack cycles." | Pedro Alves | 1 | -88/+63 |
2013-11-22 | Make use of the frame stash to detect wider stack cycles. | Pedro Alves | 1 | -63/+88 |
2013-11-22 | Don't let two frames with the same id end up in the frame chain. | Pedro Alves | 1 | -17/+26 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |