Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i71 ) lldb::SBProcess::CreateOSPluginThread;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h109 lldb::SBThread CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp220 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread() function in SBProcess
230 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2232 lldb::ThreadSP CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1302 ThreadSP Process::CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) { in CreateOSPluginThread() function in Process
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44317 result = (arg1)->CreateOSPluginThread(arg2,arg3); in _wrap_SBProcess_CreateOSPluginThread()