Home
last modified time | relevance | path

Searched refs:os_plugin_object_sp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h258 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo() argument
263 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() argument
268 OSPlugin_RegisterContextData(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_RegisterContextData() argument
274 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h132 OSPlugin_RegisterInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
135 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
138 OSPlugin_RegisterContextData(StructuredData::ObjectSP os_plugin_object_sp,
142 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp,
H A DScriptInterpreterPython.cpp1445 const StructuredData::ObjectSP &os_plugin_object_sp, in GetRecognizedArguments() argument
1449 if (!os_plugin_object_sp) in GetRecognizedArguments()
1452 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in GetRecognizedArguments()
1505 StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_RegisterInfo() argument
1508 if (!os_plugin_object_sp) in OSPlugin_RegisterInfo()
1511 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_RegisterInfo()
1539 StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() argument
1541 if (!os_plugin_object_sp) in OSPlugin_ThreadsInfo()
1544 StructuredData::Generic *generic = os_plugin_object_sp->GetAsGeneric(); in OSPlugin_ThreadsInfo()
1573 StructuredData::ObjectSP os_plugin_object_sp, lldb::tid_t tid) { in OSPlugin_RegisterContextData() argument
[all …]