gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / frame.c
2020-04-27  Luis MachadoFix remaining inline/tailcall unwinding breakage for...
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-24  Andrew Burgessgdb: Better frame tracking for inline frames
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-08-07  Alan HaywardAArch64 pauth: Indicate unmasked addresses in backtrace
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-06-12  Pedro AlvesMake "backtrace" support -OPT options
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-19  Andrew Burgessgdb: Add default frame methods to gdbarch
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-07-21  Simon MarchiRename some frame unwind function parameters
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-20  Simon MarchiRename regcache_cooked_read_ftype and make a function_view
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30  Simon MarchiRemove regcache_cooked_write
2018-05-25  Tom TromeyUse TRY/CATCH in remove_prev_frame
2018-05-24  Andrew Burgessgdb: Restore selected frame in print_frame_local_vars
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-19  Tom TromeyConvert observers to C++
2018-02-21  Yao QiClass readonly_detached_regcache
2018-02-21  Yao QiRemove regcache_save and regcache_cpy
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-02  Yao QiConstruct readonly regcache without address space
2017-11-02  Yao Qiconst-fy regcache::m_aspace
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-09  Tom TromeyRemove cleanup from frame_prepare_for_sniffer
2017-10-04  Pedro AlvesRedesign mock environment for gdbarch selftests
2017-09-26  Tom TromeyRemove make_cleanup_regcache_xfree
2017-09-26  Tom TromeyRemove regcache_xmalloc
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesKill init_sal
2017-06-06  Alan HaywardRemove a MAX_REGISTER_SIZE from frame.c
2017-05-24  Yao QiAdd unit test to gdbarch methods register_to_value...
2017-04-05  Yao QiUse frame_unwind_register_value in frame_unwind_registe...
2017-04-04  Alan HaywardRemove MAX_REGISTER_SIZE from frame.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-06  Yao QiAssert on lval_register
2016-11-16  Kevin BuettnerStash frame id of current frame before stashing frame...
2016-11-16  Kevin BuettnerChange meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_...
2016-11-16  Kevin BuettnerDistinguish sentinel frame from null frame.
2016-09-05  Pedro AlvesFix PR19927: Avoid unwinder recursion if sniffer uses...
2016-05-23  Yao QiSkip unwritable frames in command "finish"
2016-02-12  Markus Metzgerbtrace, frame: fix crash in get_frame_type
2016-02-12  Markus Metzgerframe: add skip_tailcall_frames
2016-01-13  Pedro AlvesFix PR19388: Can't access $_siginfo in breakpoint ...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-21  Pedro AlvesC++: Initialize a couple const globals
2015-08-07  Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-06-30  Patrick PalkaReplace TUI's select_frame hook (PR tui/13378)
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-11-30  Martin Galvanframe.c: Fix the check for FID_STACK_INVALID in frame_i...
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-27  Yao QiAssociate dummy_frame with ptid
2014-06-18  Tom Tromeyconstify struct block in some places
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-05-30  Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
2014-05-30  Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-30  Andrew BurgessRemove previous frame if an error occurs when computing...
2014-04-18  Pedro AlvesFix PR backtrace/15558
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-01-16  Markus Metzgerframe: do not assume unwinding will succeed
2014-01-16  Markus Metzgerframe: add frame_id_build_unavailable_stack_special
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-17  Pedro Alves"tfind" across unavailable-stack frames.
2013-12-06  Pedro AlvesFix "info frame" in the outermost frame.
2013-12-06  Pedro AlvesNew OPTIMIZED_OUT_ERROR error code.
2013-12-06  Joel BrobeckerUninitialized variable "this_id" in frame.c:get_prev_fr...
2013-11-28  Pedro Alvesget_prev_frame, stop_reason != UNWIND_NO_REASON, add...
2013-11-28  Pedro Alvesget_prev_frame, outer_frame_id and unwind->stop_reason...
2013-11-28  Pedro Alvesget_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOST
2013-11-28  Pedro Alvesregister: "optimized out" -> "not saved".
2013-11-27  Andrew BurgessMake "set debug frame 1" use the standard print routine...
2013-11-22  Pedro AlvesMake use of the frame stash to detect wider stack cycles.
2013-11-22  Pedro AlvesDon't let two frames with the same id end up in the...
2013-11-22  Pedro AlvesRevert "Don't let two frames with the same id end up...
2013-11-22  Pedro AlvesRevert "Make use of the frame stash to detect wider...
2013-11-22  Pedro AlvesMake use of the frame stash to detect wider stack cycles.
2013-11-22  Pedro AlvesDon't let two frames with the same id end up in the...
next
This page took 0.719512 seconds and 106 git commands to generate.