Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
H A DThreadList.h135 void SetStopID(uint32_t stop_id);
H A DRegisterContext.h227 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; }
217 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } 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
577 run_me_only_list.SetStopID(m_process.GetStopID()); in WillResume()
H A DRegisterContext.cpp47 SetStopID(process_stop_id); in InvalidateIfNeeded()
H A DProcess.cpp1184 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
1242 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()