summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* rename frame_register_read into deprecated_frame_register_read.Joel Brobecker2012-11-121-3/+3
* Document replacement for frame_register_read (deprecated).Joel Brobecker2012-11-121-1/+2
* * frame.c (put_frame_register): Don't use temporary buffer.Tom Tromey2012-11-051-6/+1
* gdb/Jan Kratochvil2012-09-171-1/+7
* gdb/Jan Kratochvil2012-09-171-16/+17
* gdb/Yao Qi2012-08-281-7/+7
* gdb/Yao Qi2012-08-021-5/+5
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-0/+20
* * frame.c (find_frame_sal): Initialize sal->pspace field from frameAleksandar Ristovski2012-02-151-0/+2