This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8704c36 Tweaks to the reporting of "missing dyld shared cached" that [...] new 79efd24 Add a few more needed bits to the scripted thread plans.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBThread.h | 3 +++ include/lldb/API/SBThreadPlan.h | 3 +++ include/lldb/Interpreter/ScriptInterpreter.h | 7 ++++++ include/lldb/Target/ThreadPlanPython.h | 3 +++ scripts/interface/SBThread.i | 3 +++ scripts/interface/SBThreadPlan.i | 3 +++ source/API/SBThread.cpp | 25 ++++++++++++++++++---- source/API/SBThreadPlan.cpp | 9 ++++++++ .../Python/ScriptInterpreterPython.cpp | 17 +++++++++++++++ .../Python/ScriptInterpreterPython.h | 2 ++ source/Target/ThreadPlanPython.cpp | 23 ++++++++++++++++++++ 11 files changed, 94 insertions(+), 4 deletions(-)