Home
last modified time | relevance | path

Searched defs:os_plugin_object_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h254 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo()
259 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo()
264 OSPlugin_RegisterContextData(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_RegisterContextData()
270 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_CreateThread()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1443 const StructuredData::ObjectSP &os_plugin_object_sp, in GetRecognizedArguments()
1503 StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo()
1558 StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo()
1615 StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t tid) { in OSPlugin_RegisterContextData()
1671 StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t tid, in OSPlugin_CreateThread()