Searched defs:GetStopEventForStopID (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 305 lldb::EventSP GetStopEventForStopID(uint32_t stop_id) const { GetStopEventForStopID() function |
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBProcess.cpp | 454 SBEvent SBProcess::GetStopEventForStopID(uint32_t stop_id) { GetStopEventForStopID() function in SBProcess |