summaryrefslogtreecommitdiff
path: root/gdb/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Support assignment of capabilities to C registersLuis Machado2022-01-141-0/+100
* gdb/frame: remove an unused type aliasTankut Baris Aktemur2020-10-191-2/+0
* gdb: detect main function even when there's no matching msymbolAndrew Burgess2020-10-111-8/+22
* Remove target_has_registers macroTom Tromey2020-09-281-2/+3
* Remove target_has_stack macroTom Tromey2020-09-281-2/+2
* Remove target_has_memory macroTom Tromey2020-09-281-2/+2
* gdb: fix nits in previous patchesSimon Marchi2020-08-311-1/+1
* gdb: introduce explicit outer frame id kindSimon Marchi2020-08-311-14/+5
* gdb: make frame_unwind_got_optimized return a not_lval valueSimon Marchi2020-08-311-1/+1
* gdb: assert that we don't try to get a frame's id while it is computedSimon Marchi2020-08-221-25/+72
* gdb: use bool in frame codeSimon Marchi2020-08-041-109/+113
* gdb: change frame_info::prev_func::p type to cached_copy_statusSimon Marchi2020-08-041-8/+10
* Don't touch frame_info objects if frame cache was reinitializedPedro Alves2020-07-231-2/+20
* gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess2020-07-061-8/+0
* 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