Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers/
DTestTsanThreadNumbers.py72 ).process.GetThreadByIndexID(other_thread_id)
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i150 Returns the thread with the given thread IndexID.") GetThreadByIndexID;
152 GetThreadByIndexID (uint32_t index_id);
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.cpp276 process.GetThreadByIndexID(GetLLDBThreadIndexID(frame_id)); in GetLLDBFrame()
/external/llvm-project/lldb/source/API/
DSBProcess.cpp744 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() function in SBProcess
745 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, (uint32_t), in GetThreadByIndexID()
1381 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, in RegisterMethods()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp111 lldb::SBThread thread = process.GetThreadByIndexID(thread_index_id); in ParseCommandArgThread()