Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_numbers/
H A DTestTsanThreadNumbers.py70 ).process.GetThreadByIndexID(other_thread_id)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i148 Returns the thread with the given thread IndexID.") GetThreadByIndexID;
150 GetThreadByIndexID (uint32_t index_id);
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py129 self.corefile_thread = self.corefile_process.GetThreadByIndexID(self.idx)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp377 process.GetThreadByIndexID(GetLLDBThreadIndexID(frame_id)); in GetLLDBFrame()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp694 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() function in SBProcess