summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-16/+20
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Add default frame methods to gdbarchAndrew Burgess2018-12-191-73/+59
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-1/+1
* Rename some frame unwind function parametersSimon Marchi2018-07-201-17/+19
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-5/+6
* Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi2018-06-201-11/+9
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-1/+1
* Use TRY/CATCH in remove_prev_frameTom Tromey2018-05-251-33/+22
* gdb: Restore selected frame in print_frame_local_varsAndrew Burgess2018-05-241-0/+16
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-6/+0
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Class readonly_detached_regcacheYao Qi2018-02-211-5/+5
* Remove regcache_save and regcache_cpyYao Qi2018-02-211-4/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Construct readonly regcache without address spaceYao Qi2017-11-021-2/+1
* const-fy regcache::m_aspaceYao Qi2017-11-021-3/+3
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Remove cleanup from frame_prepare_for_snifferTom Tromey2017-10-081-8/+5
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-17/+0
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-12/+7
* Remove regcache_xmallocTom Tromey2017-09-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-14/+11
* Remove a MAX_REGISTER_SIZE from frame.cAlan Hayward2017-06-061-3/+20
* Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi2017-05-241-0/+17
* Use frame_unwind_register_value in frame_unwind_register_unsignedYao Qi2017-04-051-3/+20
* Remove MAX_REGISTER_SIZE from frame.cAlan Hayward2017-04-041-13/+22
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Assert on lval_registerYao Qi2016-12-061-1/+4
* Stash frame id of current frame before stashing frame id for previous frameKevin Buettner2016-11-161-0/+11
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-0/+16
* Distinguish sentinel frame from null frame.Kevin Buettner2016-11-161-34/+60
* Fix PR19927: Avoid unwinder recursion if sniffer uses calls parse_and_evalPedro Alves2016-09-051-27/+52
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+13
* btrace, frame: fix crash in get_frame_typeMarkus Metzger2016-02-121-8/+40
* frame: add skip_tailcall_framesMarkus Metzger2016-02-121-2/+12
* Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves2016-01-131-8/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-7/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* C++: Initialize a couple const globalsPedro Alves2015-08-211-1/+1
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-0/+42
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-2/+0
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-13/+16
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+8
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3