aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-7/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-21C++: Initialize a couple const globalsPedro Alves1-1/+1
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+42
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka1-2/+0
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-13/+16
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-6/+8
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-11-30frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()Martin Galvan1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-5/+5
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-27Associate dummy_frame with ptidYao Qi1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+2
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess1-7/+67
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-1/+1
2014-05-30Remove previous frame if an error occurs when computing frame id during unwind.Andrew Burgess1-14/+38
2014-04-18Fix PR backtrace/15558Pedro Alves1-13/+18
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-2/+2
2014-01-16frame: do not assume unwinding will succeedMarkus Metzger1-6/+3
2014-01-16frame: add frame_id_build_unavailable_stack_specialMarkus Metzger1-0/+16
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves1-14/+40
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves1-46/+62
2013-12-06New OPTIMIZED_OUT_ERROR error code.Pedro Alves1-1/+2
2013-12-06Uninitialized variable "this_id" in frame.c:get_prev_frame_1.Joel Brobecker1-2/+2
2013-11-28get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output.Pedro Alves1-1/+32
2013-11-28get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.Pedro Alves1-15/+0
2013-11-28get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOSTPedro Alves1-6/+5
2013-11-28register: "optimized out" -> "not saved".Pedro Alves1-1/+1
2013-11-27Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess1-1/+5
2013-11-22Make use of the frame stash to detect wider stack cycles.Pedro Alves1-63/+88
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves1-17/+26
2013-11-22Revert "Don't let two frames with the same id end up in the frame chain."Pedro Alves1-26/+17
2013-11-22Revert "Make use of the frame stash to detect wider stack cycles."Pedro Alves1-88/+63
2013-11-22Make use of the frame stash to detect wider stack cycles.Pedro Alves1-63/+88
2013-11-22Don't let two frames with the same id end up in the frame chain.Pedro Alves1-17/+26
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-1/+1
2013-09-26Fix set debug frame outputJan Kratochvil1-2/+5
2013-05-172013-05-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-15/+86
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-1/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-1/+1