Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4195 bool still_should_stop = false; in ShouldStop() local
4245 if (!still_should_stop) in ShouldStop()
4246 still_should_stop = this_thread_wants_to_stop; in ShouldStop()
4250 return still_should_stop; in ShouldStop()
4308 bool still_should_stop = ShouldStop(event_ptr, does_anybody_have_an_opinion); in DoOnRemoval() local
4314 if (!still_should_stop && does_anybody_have_an_opinion) { in DoOnRemoval()