summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining inline/tailcall unwinding breakage for x86_64Luis Machado2020-04-271-0/+8
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-19/+6
* gdb: Better frame tracking for inline framesAndrew Burgess2020-01-241-4/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward2019-08-071-2/+26
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+2
* Make "backtrace" support -OPT optionsPedro Alves2019-06-131-34/+50
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-6/+6
* Rename gdb exception typesTom Tromey2019-04-081-6/+6
* Rewrite TRY/CATCHTom Tromey2019-04-081-18/+12
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* Revert the header-sorting patchTom Tromey2019-04-061-19/+17
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-17/+19
* 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