aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-08-31gdb: make frame_unwind_got_optimized return a not_lval valueSimon Marchi1-12/+2
2020-07-23Don't touch frame_info objects if frame cache was reinitializedPedro Alves1-3/+10
2020-03-03Find tailcall frames before inline framesTom Tromey1-6/+27
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-6/+4
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-4/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess1-0/+20
2018-02-14Fix GDB crash after Quit thrown from unwinder snifferPedro Alves1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-08Remove cleanup from frame_prepare_for_snifferTom Tromey1-8/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-11Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi1-1/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-1/+2
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-3/+6
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-10/+13
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-16frame, backtrace: allow targets to supply a frame unwinderMarkus Metzger1-28/+58
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-28get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.Pedro Alves1-3/+7
2013-11-27Fix type of not saved registers.Pedro Alves1-1/+8
2013-11-27Make "set debug frame 1" output print <not saved> instead of <optimized out>.Pedro Alves1-3/+5
2013-07-04Use allocate_optimized_out_value instead of set_value_optimized_out.Pedro Alves1-4/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-03-18 gdb/Pedro Alves1-5/+32
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-11gdb/Jan Kratochvil1-2/+2
2010-08-11gdb/Jan Kratochvil1-2/+6
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2010-05-072010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-08-31 Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans1-1/+3
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-1/+2
2009-07-02 * frame.h (frame_unwind_arch): New.Ulrich Weigand1-5/+5