summaryrefslogtreecommitdiff
path: root/gdb/frame.h
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining inline/tailcall unwinding breakage for x86_64Luis Machado2020-04-271-0/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Make struct frame_arg self-managingTom Tromey2019-08-071-4/+4
* AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward2019-08-071-0/+9
* Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers2019-07-291-9/+28
* Make "backtrace" support -OPT optionsPedro Alves2019-06-131-3/+52
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Rename some frame unwind function parametersSimon Marchi2018-07-201-8/+8
* gdb: Restore selected frame in print_frame_local_varsAndrew Burgess2018-05-241-0/+19
* Class readonly_detached_regcacheYao Qi2018-02-211-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_infoTom Tromey2017-11-071-2/+2
* Constify add_comTom Tromey2017-11-071-1/+1
* const-fy regcache::m_aspaceYao Qi2017-11-021-1/+3
* Remove cleanup from frame_prepare_for_snifferTom Tromey2017-10-081-4/+9
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-8/+0
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-1/+2
* Kill init_salPedro Alves2017-09-041-2/+1
* Rename some command functionsSimon Marchi2017-08-221-2/+2
* Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi2017-05-241-0/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-0/+4
* Distinguish sentinel frame from null frame.Kevin Buettner2016-11-161-1/+11
* frame.h: Forward-declare struct ui_outSimon Marchi2016-10-061-0/+1
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+8
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+5
* btrace, frame: fix crash in get_frame_typeMarkus Metzger2016-02-121-1/+2
* frame: add skip_tailcall_framesMarkus Metzger2016-02-121-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+7
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-2/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* constify struct block in some placesTom Tromey2014-06-181-3/+3
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-1/+14
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-1/+1
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-211-3/+2
* Fix PR backtrace/15558Pedro Alves2014-04-181-0/+7
* frame: add frame_id_build_unavailable_stack_specialMarkus Metzger2014-01-161-0/+8
* 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-3/+27
* Fix "info frame" in the outermost frame.Pedro Alves2013-12-061-8/+0
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-171-2/+4
* frame.h: Delete stale declaration.Pedro Alves2013-08-301-3/+0
* gdb/Yao Qi2013-08-081-0/+2
* Garbage collect deprecated_pc_in_call_dummyPedro Alves2013-02-011-2/+0
* 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-1/+1
* Document replacement for frame_register_read (deprecated).Joel Brobecker2012-11-121-12/+0