Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp3964 bool this_thread_wants_to_stop; in ShouldStop() local
3966 this_thread_wants_to_stop = in ShouldStop()
3982 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr); in ShouldStop()
3986 still_should_stop = this_thread_wants_to_stop; in ShouldStop()