Home
last modified time | relevance | path

Searched refs:found_valid_stopinfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3971 bool &found_valid_stopinfo) { in ShouldStop() argument
3972 found_valid_stopinfo = false; in ShouldStop()
4046 found_valid_stopinfo = true; in ShouldStop()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h437 virtual bool ShouldStop(Event *event_ptr, bool &found_valid_stopinfo);