summaryrefslogtreecommitdiff
path: root/gdb/frame.h
Commit message (Expand)AuthorAgeFilesLines
* [gdb/build] Fix frame_list position in frame.cTom de Vries2023-05-031-5/+3
* [gdb/cli] Add maint info frame-unwindersTom de Vries2023-02-101-0/+4
* gdb: give sentinel for user frames distinct IDs, register sentinel frames to ...Simon Marchi2023-02-081-0/+10
* gdb: make frame_info_ptr auto-reinflatableSimon Marchi2023-01-201-13/+32
* gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi2023-01-201-8/+1
* gdb: make user-created frames reinflatableSimon Marchi2023-01-201-1/+6
* gdb: move frame_info_ptr to frame.{c,h}Simon Marchi2023-01-201-3/+185
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-1/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: add invalidate_selected_frame functionSimon Marchi2022-12-071-2/+1
* gdb: make frame_register staticSimon Marchi2022-12-011-11/+0
* gdb: move frame_info_ptr method implementations to frame-info.cSimon Marchi2022-11-101-0/+4
* gdb: make lookup_selected_frame staticSimon Marchi2022-11-071-7/+0
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-24/+24
* gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen2022-10-101-116/+0
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-76/+76
* Introduce frame_info_ptr smart pointer classTom Tromey2022-10-101-0/+2
* Remove frame_id_eqTom Tromey2022-10-101-19/+11
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove VALUE_FRAME_ID and fix another frame debug issueAndrew Burgess2021-07-271-4/+0
* gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi2021-06-291-0/+6
* gdb: introduce frame_debug_printfSimon Marchi2021-06-291-0/+5
* gdb: make frame_debug a booleanSimon Marchi2021-06-291-1/+1
* gdb: replace fprint_frame_idAndrew Burgess2021-05-091-5/+3
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-8/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove trailing white spaces in gdb/frame.{c,h}Shahab Vahedi2020-12-231-2/+2
* Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves2020-10-301-10/+41
* gdb: introduce explicit outer frame id kindSimon Marchi2020-08-311-2/+7
* gdb: use bool in frame codeSimon Marchi2020-08-041-33/+27
* Don't touch frame_info objects if frame cache was reinitializedPedro Alves2020-07-231-0/+4
* gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess2020-07-061-4/+0
* 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