[all-commits] [llvm/llvm-project] dd453a: Add setting to disable LanguageRuntime UnwindPlans
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Apr 8 13:30:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd453a1389b6a7e6d9214b449d3c54981b1a89b6
https://github.com/llvm/llvm-project/commit/dd453a1389b6a7e6d9214b449d3c54981b1a89b6
Author: Jason Molenda <jason at molenda.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/source/Target/LanguageRuntime.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/TargetProperties.td
Log Message:
-----------
Add setting to disable LanguageRuntime UnwindPlans
When debugging LanguageRuntime unwindplans, it can be
helpful to disable their use and see the normal
stack walk. Add a setting for this.
Differential Revision: https://reviews.llvm.org/D99828
More information about the All-commits
mailing list