Lines Matching refs:SBThread
209 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
210 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBProcess, in GetSelectedThread()
213 SBThread sb_thread; in GetSelectedThread()
226 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
228 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, CreateOSPluginThread, in CreateOSPluginThread()
231 SBThread sb_thread; in CreateOSPluginThread()
362 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread()
364 (const lldb::SBThread &), thread); in SetSelectedThread()
408 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
409 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadAtIndex, (size_t), in GetThreadAtIndex()
412 SBThread sb_thread; in GetThreadAtIndex()
704 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID()
705 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByID, (lldb::tid_t), in GetThreadByID()
708 SBThread sb_thread; in GetThreadByID()
723 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID()
724 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, (uint32_t), in GetThreadByIndexID()
727 SBThread sb_thread; in GetThreadByIndexID()
1360 LLDB_REGISTER_METHOD_CONST(lldb::SBThread, SBProcess, GetSelectedThread, in RegisterMethods()
1362 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, CreateOSPluginThread, in RegisterMethods()
1376 (const lldb::SBThread &)); in RegisterMethods()
1380 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadAtIndex, (size_t)); in RegisterMethods()
1402 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByID, in RegisterMethods()
1404 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, in RegisterMethods()