aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-12frame: add skip_tailcall_framesMarkus Metzger1-2/+12
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves1-8/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-7/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-21C++: Initialize a couple const globalsPedro Alves1-1/+1
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+42
2015-06-30Replace TUI's select_frame hook (PR tui/13378)Patrick Palka1-2/+0
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-13/+16
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-6/+8
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1