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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h134 void SetStopID(uint32_t stop_id);
H A DQueueItem.h112 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:lldb_private::QueueItem
H A DRegisterContext.h227 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:lldb_private::RegisterContext
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h100 void SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:DynamicLoaderFreeBSDKernel::KModImageInfo
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp81 void ThreadList::SetStopID(uint32_t stop_id) { m_stop_id = stop_id; } function in class:ThreadList
578 run_me_only_list.SetStopID(m_process->GetStopID());
H A DRegisterContext.cpp47 SetStopID(process_stop_id);
H A DProcess.cpp1152 m_thread_list.SetStopID(stop_id);
1210 m_thread_list.SetStopID(stop_id);

Completed in 215 milliseconds