aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02Construct readonly regcache without address spaceYao Qi1-2/+1
2017-11-02const-fy regcache::m_aspaceYao Qi1-3/+3
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-10-08Remove cleanup from frame_prepare_for_snifferTom Tromey1-8/+5
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves1-17/+0
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-12/+7
2017-09-25Remove regcache_xmallocTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-14/+11
2017-06-06Remove a MAX_REGISTER_SIZE from frame.cAlan Hayward1-3/+20
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi1-0/+17
2017-04-05Use frame_unwind_register_value in frame_unwind_register_unsignedYao Qi1-3/+20
2017-04-04Remove MAX_REGISTER_SIZE from frame.cAlan Hayward1-13/+22
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-06Assert on lval_registerYao Qi1-1/+4
2016-11-16Stash frame id of current frame before stashing frame id for previous frameKevin Buettner1-0/+11
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-0/+16
2016-11-16Distinguish sentinel frame from null frame.Kevin Buettner1-34/+60
2016-09-05Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_evalPedro Alves1-27/+52
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+13
2016-02-12btrace, frame: fix crash in get_frame_typeMarkus Metzger1-8/+40