Searched refs:GetThreadByIndexID (Results 1 – 6 of 6) sorted by relevance
72 ).process.GetThreadByIndexID(other_thread_id)
150 Returns the thread with the given thread IndexID.") GetThreadByIndexID;152 GetThreadByIndexID (uint32_t index_id);
95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
276 process.GetThreadByIndexID(GetLLDBThreadIndexID(frame_id)); in GetLLDBFrame()
744 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() function in SBProcess745 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, (uint32_t), in GetThreadByIndexID()1381 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, in RegisterMethods()
111 lldb::SBThread thread = process.GetThreadByIndexID(thread_index_id); in ParseCommandArgThread()