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