aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-24gdb: new 'maint print frame-id' commandAndrew Burgess1-0/+28
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi1-1/+1
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-25/+25
2022-02-06gdb: remove SYMBOL_LINE macroSimon Marchi1-2/+2
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-12-03gdb: trivial changes to use array_viewSimon Marchi1-1/+1
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-3/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-10/+13
2021-09-27gdb: prevent an assertion when computing the frame_id for an inline frameAndrew Burgess1-8/+52
2021-09-07gdb: make thread_info::executing privateAndrew Burgess1-1/+1
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