Home
last modified time | relevance | path

Searched defs:SetStopID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContext.h217 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
H A DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp81 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function in ThreadList