aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-5/+6
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi1-11/+9
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_cooked_writeSimon Marchi1-1/+1
2018-05-25Use TRY/CATCH in remove_prev_frameTom Tromey1-33/+22
2018-05-24gdb: Restore selected frame in print_frame_local_varsAndrew Burgess1-0/+16
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-6/+0
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-21Class readonly_detached_regcacheYao Qi1-5/+5
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-4/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1