aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-12/+12
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-1/+2
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+2
2023-04-07Use ui_out for "maint info frame-unwinders"Tom Tromey1-1/+10
2023-02-15Change value::m_stack to boolTom Tromey1-1/+1
2023-02-13Turn some value_contents functions into methodsTom Tromey1-3/+3
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-3/+3
2023-02-13Turn allocate_optimized_out_value into static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_stack and set_value_stack functions into methodsTom Tromey1-1/+1
2023-02-10[gdb/cli] Add maint info frame-unwindersTom de Vries1-0/+32
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-12/+12
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-08-04Use registry in gdbarchTom Tromey1-21/+18
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-3/+4
2021-06-29gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-0/+1
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-1/+10
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