Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i148 Returns the thread with the given thread IndexID.") GetThreadByIndexID;
150 GetThreadByIndexID (uint32_t index_id);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp377 process.GetThreadByIndexID(GetLLDBThreadIndexID(frame_id)); in GetLLDBFrame()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp694 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() function in SBProcess