aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-04gdb: Use unwinder name in frame_info::to_stringLancelot SIX1-2/+2
2021-07-27gdb: remove VALUE_FRAME_ID and fix another frame debug issueAndrew Burgess1-18/+7
2021-06-29gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-9/+12
2021-06-29gdb: introduce frame_debug_printfSimon Marchi1-191/+112
2021-06-29gdb: make frame_debug a booleanSimon Marchi1-5/+6
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-05-09gdb: replace fprint_frame_idAndrew Burgess1-49/+35
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-03-24gdb: remove current_top_target functionSimon Marchi1-3/+2
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-6/+14
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23Remove trailing white spaces in gdb/frame.{c,h}Shahab Vahedi1-6/+6
2020-11-16Fix frame cycle detectionPedro Alves1-10/+17
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-6/+6
2020-10-30Move lookup_selected_frame to frame.cPedro Alves1-0/+66
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves1-24/+93
2020-10-29Remove symfile_objfile macroTom Tromey1-2/+3
2020-10-19gdb/frame: remove an unused type aliasTankut Baris Aktemur1-2/+0
2020-10-11gdb: detect main function even when there's no matching msymbolAndrew Burgess1-8/+22
2020-09-28Remove target_has_registers macroTom Tromey1-2/+3
2020-09-28Remove target_has_stack macroTom Tromey1-2/+2
2020-09-28Remove target_has_memory macroTom Tromey1-2/+2
2020-08-31gdb: fix nits in previous patchesSimon Marchi1-1/+1
2020-08-31gdb: introduce explicit outer frame id kindSimon Marchi1-14/+5
2020-08-31gdb: make frame_unwind_got_optimized return a not_lval valueSimon Marchi1-1/+1
2020-08-22gdb: assert that we don't try to get a frame's id while it is computedSimon Marchi1-25/+72
2020-08-04gdb: use bool in frame codeSimon Marchi1-109/+113
2020-08-04gdb: change frame_info::prev_func::p type to cached_copy_statusSimon Marchi1-8/+10
2020-07-23Don't touch frame_info objects if frame cache was reinitializedPedro Alves1-2/+20
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess1-8/+0
2020-04-27Fix remaining inline/tailcall unwinding breakage for x86_64Luis Machado1-0/+8
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-19/+6
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess1-4/+5
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-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward1-2/+26
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+2
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-34/+50
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-6/+6
2019-04-08Rename gdb exception typesTom Tromey1-6/+6
2019-04-08Rewrite TRY/CATCHTom Tromey1-18/+12
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-19/+17
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-17/+19
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess1-73/+59
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-1/+1
2018-07-20Rename some frame unwind function parametersSimon Marchi1-17/+19