The OS plug-in can now get data from a python script that implements the protocol.

llvm-svn: 162540
This commit is contained in:
Greg Clayton
2012-08-24 05:45:15 +00:00
parent 98e00797cd
commit 435ce13937
11 changed files with 140 additions and 52 deletions

View File

@@ -1845,8 +1845,8 @@ ScriptInterpreterPython::OSPlugin_QueryForThreadsInfo (lldb::ScriptInterpreterOb
}
lldb::ScriptInterpreterObjectSP
ScriptInterpreterPython::OSPlugin_QueryForThreadInfo (lldb::ScriptInterpreterObjectSP object,
lldb::tid_t thread_id)
ScriptInterpreterPython::OSPlugin_QueryForRegisterContextData (lldb::ScriptInterpreterObjectSP object,
lldb::tid_t thread_id)
{
Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock);