Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2881 bool this_should_stop = true; in RunStopHooks() local
2888 this_should_stop = false; in RunStopHooks()
2890 this_should_stop = true; in RunStopHooks()
2894 this_should_stop = false; in RunStopHooks()
2917 should_stop = this_should_stop; in RunStopHooks()