Home
last modified time | relevance | path

Searched refs:CreateOSPluginThread (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i158 …peratingSystem plug-in, if the current OperatingSystem plug-in supports it.") CreateOSPluginThread;
160 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h103 lldb::SBThread CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp226 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread() function in SBProcess
228 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, CreateOSPluginThread, in CreateOSPluginThread()
237 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
1362 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, CreateOSPluginThread, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2108 lldb::ThreadSP CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1246 ThreadSP Process::CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) { in CreateOSPluginThread() function in Process
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39398 result = (arg1)->CreateOSPluginThread(arg2,arg3); in _wrap_SBProcess_CreateOSPluginThread()