Searched refs:ScriptInterpreterObjectSP (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h305 virtual lldb::ScriptInterpreterObjectSP
309 return lldb::ScriptInterpreterObjectSP();
312 virtual lldb::ScriptInterpreterObjectSP
316 return lldb::ScriptInterpreterObjectSP();
319 virtual lldb::ScriptInterpreterObjectSP
320 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp)
322 return lldb::ScriptInterpreterObjectSP();
325 virtual lldb::ScriptInterpreterObjectSP
326 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp)
328 return lldb::ScriptInterpreterObjectSP();
[all...]
H A DScriptInterpreterPython.h78 lldb::ScriptInterpreterObjectSP
82 virtual lldb::ScriptInterpreterObjectSP
86 virtual lldb::ScriptInterpreterObjectSP
87 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);
89 virtual lldb::ScriptInterpreterObjectSP
90 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);
92 virtual lldb::ScriptInterpreterObjectSP
93 OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,
96 virtual lldb::ScriptInterpreterObjectSP
97 OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_s
[all...]
H A DPythonDataObjects.h46 explicit PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp);
115 PythonString (const lldb::ScriptInterpreterObjectSP &script_object_sp);
139 PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp);
160 PythonList (const lldb::ScriptInterpreterObjectSP &script_object_sp);
187 PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp1285 lldb::ScriptInterpreterObjectSP
1289 return lldb::ScriptInterpreterObjectSP();
1292 return lldb::ScriptInterpreterObjectSP();
1308 lldb::ScriptInterpreterObjectSP
1309 ScriptInterpreterPython::OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp)
1318 return lldb::ScriptInterpreterObjectSP();
1323 return lldb::ScriptInterpreterObjectSP();
1335 return lldb::ScriptInterpreterObjectSP();
1346 return lldb::ScriptInterpreterObjectSP();
1369 lldb::ScriptInterpreterObjectSP
[all...]
H A DPythonDataObjects.cpp33 PythonObject::PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp) :
109 PythonString::PythonString (const lldb::ScriptInterpreterObjectSP &script_object_sp) :
178 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) :
255 PythonList::PythonList (const lldb::ScriptInterpreterObjectSP &script_object_sp) :
328 PythonDictionary::PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp) :
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h105 lldb::ScriptInterpreterObjectSP m_python_object_sp;
H A DOperatingSystemPython.cpp119 ScriptInterpreterObjectSP object_sp = m_interpreter->OSPlugin_CreatePluginObject(os_plugin_class_name.c_str(), process->CalculateProcess());
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h476 lldb::ScriptInterpreterObjectSP m_script_function_sp;
H A DTypeSynthetic.h543 lldb::ScriptInterpreterObjectSP m_wrapper_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h346 typedef std::shared_ptr<lldb_private::ScriptInterpreterObject> ScriptInterpreterObjectSP; typedef in namespace:lldb
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp334 lldb::ScriptInterpreterObjectSP module_object_sp (interpreter->LoadPluginModule(target_definition_fspec, error));
337 lldb::ScriptInterpreterObjectSP target_definition_sp (interpreter->GetDynamicSettings(module_object_sp,

Completed in 133 milliseconds