Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DQueueItem.h163 SetStopID (uint32_t stop_id) in SetStopID() function
DThreadList.h144 SetStopID (uint32_t stop_id);
DRegisterContext.h209 SetStopID (uint32_t stop_id) in SetStopID() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DThreadList.cpp75 ThreadList::SetStopID (uint32_t stop_id) in SetStopID() function in ThreadList
576 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
DRegisterContext.cpp59 SetStopID (process_stop_id); in InvalidateIfNeeded()
DProcess.cpp1620 m_thread_list.SetStopID (stop_id); in UpdateThreadListIfNeeded()