Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
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/
DSBProcess.h95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DVSCode.cpp377 process.GetThreadByIndexID(GetLLDBThreadIndexID(frame_id)); in GetLLDBFrame()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBProcess.cpp694 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() function in SBProcess