Home
last modified time | relevance | path

Searched defs:GetStopEventForStopID (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h305 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { GetStopEventForStopID() function
1472 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { GetStopEventForStopID() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp454 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { GetStopEventForStopID() function in SBProcess