Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DProcess.cpp4093 bool this_thread_wants_to_stop; in ShouldStop() local
4095 this_thread_wants_to_stop = in ShouldStop()
4111 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr); in ShouldStop()
4115 still_should_stop = this_thread_wants_to_stop; in ShouldStop()