Home
last modified time | relevance | path

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

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