aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07gdb: add invalidate_selected_frame functionSimon Marchi1-2/+14
2022-12-01gdb: make frame_register staticSimon Marchi1-1/+6
2022-11-10gdb: move frame_info_ptr method implementations to frame-info.cSimon Marchi1-3/+1
2022-11-07gdb: make lookup_selected_frame staticSimon Marchi1-2/+6
2022-10-28Convert compunit_language to a methodTom Tromey1-4/+4
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi1-16/+16
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-6/+3
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-146/+146
2022-10-10Introduce frame_info_ptr smart pointer classTom Tromey1-0/+6
2022-10-10Remove frame_id_eqTom Tromey1-14/+13
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
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