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