Home
last modified time | relevance | path

Searched refs:setThreadID (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTraceOptions.cpp85 void SBTraceOptions::setThreadID(lldb::tid_t thread_id) { in setThreadID() function in SBTraceOptions
87 m_traceoptions_sp->setThreadID(thread_id); in setThreadID()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTraceOptions.h44 void setThreadID(lldb::tid_t thread_id);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DTraceOptions.h43 void setThreadID(lldb::tid_t thread_id) { m_thread_id = thread_id; } in setThreadID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1063 options.setThreadID(tid);
1162 options.setThreadID(threadid);