Add a few more needed bits to the scripted thread plans.
authorJim Ingham <jingham@apple.com>
Fri, 5 Aug 2016 22:06:12 +0000 (22:06 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 5 Aug 2016 22:06:12 +0000 (22:06 +0000)
commitc915a7d2e810251e28758803d5e72a8178e7b917
tree42ba335d2e8fa3cb03b8a8146c052df3406758f7
parent272cbacc25beec921298db499ec12a11ac584fcb
Add a few more needed bits to the scripted thread plans.

llvm-svn: 277879
lldb/include/lldb/API/SBThread.h
lldb/include/lldb/API/SBThreadPlan.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/include/lldb/Target/ThreadPlanPython.h
lldb/scripts/interface/SBThread.i
lldb/scripts/interface/SBThreadPlan.i
lldb/source/API/SBThread.cpp
lldb/source/API/SBThreadPlan.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
lldb/source/Target/ThreadPlanPython.cpp