aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-08-07Make struct frame_arg self-managingTom Tromey1-4/+4
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward1-0/+9
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-9/+28
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-3/+52
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-20Rename some frame unwind function parametersSimon Marchi1-8/+8
2018-05-24gdb: Restore selected frame in print_frame_local_varsAndrew Burgess1-0/+19
2018-02-21Class readonly_detached_regcacheYao Qi1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-02const-fy regcache::m_aspaceYao Qi1-1/+3
2017-10-08Remove cleanup from frame_prepare_for_snifferTom Tromey1-4/+9
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves1-8/+0
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-1/+2
2017-09-04Kill init_salPedro Alves1-2/+1
2017-08-22Rename some command functionsSimon Marchi1-2/+2
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi1-0/+8
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-0/+4
2016-11-16Distinguish sentinel frame from null frame.Kevin Buettner1-1/+11
2016-10-06frame.h: Forward-declare struct ui_outSimon Marchi1-0/+1
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+8
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+5
2016-02-12btrace, frame: fix crash in get_frame_typeMarkus Metzger1-1/+2
2016-02-12frame: add skip_tailcall_framesMarkus Metzger1-0/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+7
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka1-2/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-3/+3
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess1-1/+14
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-1/+1
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-3/+2
2014-04-18Fix PR backtrace/15558Pedro Alves1-0/+7
2014-01-16frame: add frame_id_build_unavailable_stack_specialMarkus Metzger1-0/+8
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-3/+27
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves1-8/+0
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-2/+4
2013-08-30frame.h: Delete stale declaration.Pedro Alves1-3/+0
2013-08-08gdb/Yao Qi1-0/+2
2013-02-01Garbage collect deprecated_pc_in_call_dummyPedro Alves1-2/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-12rename frame_register_read into deprecated_frame_register_read.Joel Brobecker1-1/+1
2012-11-12Document replacement for frame_register_read (deprecated).Joel Brobecker1-12/+0
2012-09-17gdb/Jan Kratochvil1-6/+9