summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more casts (1/2)Simon Marchi2015-09-251-7/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* C++: Initialize a couple const globalsPedro Alves2015-08-211-1/+1
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+42
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-2/+0
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-13/+16
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+8
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()Martin Galvan2014-11-301-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-5/+5
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Associate dummy_frame with ptidYao Qi2014-06-271-1/+1
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+2
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-7/+67
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-1/+1
* Remove previous frame if an error occurs when computing frame id during unwind.Andrew Burgess2014-05-301-14/+38
* Fix PR backtrace/15558Pedro Alves2014-04-181-13/+18
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-2/+2
* frame: do not assume unwinding will succeedMarkus Metzger2014-01-161-6/+3
* frame: add frame_id_build_unavailable_stack_specialMarkus Metzger2014-01-161-0/+16
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* "tfind" across unavailable-stack frames.Pedro Alves2013-12-171-14/+40
* Fix "info frame" in the outermost frame.Pedro Alves2013-12-061-46/+62
* New OPTIMIZED_OUT_ERROR error code.Pedro Alves2013-12-061-1/+2
* Uninitialized variable "this_id" in frame.c:get_prev_frame_1.Joel Brobecker2013-12-061-2/+2
* get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output.Pedro Alves2013-11-281-1/+32
* get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.Pedro Alves2013-11-281-15/+0
* get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOSTPedro Alves2013-11-281-6/+5
* register: "optimized out" -> "not saved".Pedro Alves2013-11-281-1/+1
* Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess2013-11-271-1/+5
* Make use of the frame stash to detect wider stack cycles.Pedro Alves2013-11-221-63/+88
* Don't let two frames with the same id end up in the frame chain.Pedro Alves2013-11-221-17/+26
* Revert "Don't let two frames with the same id end up in the frame chain."Pedro Alves2013-11-221-26/+17
* Revert "Make use of the frame stash to detect wider stack cycles."Pedro Alves2013-11-221-88/+63
* Make use of the frame stash to detect wider stack cycles.Pedro Alves2013-11-221-63/+88
* Don't let two frames with the same id end up in the frame chain.Pedro Alves2013-11-221-17/+26
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-1/+1
* Fix set debug frame outputJan Kratochvil2013-09-261-2/+5
* 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-171-15/+86
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-1/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-1/+1
* gdb/Yao Qi2013-02-161-1/+1