[all-commits] [llvm/llvm-project] d3dfd8: Add a setting to force stepping to always run all ...
jimingham via All-commits
all-commits at lists.llvm.org
Fri Aug 7 14:47:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3dfd8cec44072302818c34193d898903dbaef8f
https://github.com/llvm/llvm-project/commit/d3dfd8cec44072302818c34193d898903dbaef8f
Author: Jim Ingham <jingham at apple.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M lldb/bindings/interface/SBThreadPlan.i
M lldb/include/lldb/API/SBThreadPlan.h
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/Target/ThreadPlanPython.h
M lldb/source/API/SBThreadPlan.cpp
M lldb/source/Commands/CommandObjectThread.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/TargetProperties.td
M lldb/source/Target/Thread.cpp
M lldb/source/Target/ThreadPlanPython.cpp
M lldb/test/API/functionalities/step_scripted/Steps.py
M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
Log Message:
-----------
Add a setting to force stepping to always run all threads.
Also allow ScriptedThreadPlans to set & get their StopOthers
state.
<rdar://problem/64229484>
Differential Revision: https://reviews.llvm.org/D85265
More information about the All-commits
mailing list