Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h134 void SetStopID(uint32_t stop_id);
H A DRegisterContext.h217 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp81 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } in SetStopID() function in ThreadList
578 run_me_only_list.SetStopID(m_process->GetStopID()); in WillResume()
H A DRegisterContext.cpp47 SetStopID(process_stop_id); in InvalidateIfNeeded()
H A DProcess.cpp1148 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
1206 m_thread_list.SetStopID(stop_id); in UpdateThreadListIfNeeded()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp909 queue_item->SetStopID(item.stop_id); in CompleteQueueItem()