Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h63 bool ShouldStop(bool &step_more);
H A DThreadGDBRemote.cpp292 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop() argument