Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp107 bool should_continue = true; in SearchCallback() local
112 should_continue = interp->ScriptedBreakpointResolverSearchCallback( in SearchCallback()
115 if (should_continue) in SearchCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1769 bool should_continue = false; in ScriptedBreakpointResolverSearchCallback() local
1774 should_continue = LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchCallback()
1781 return should_continue; in ScriptedBreakpointResolverSearchCallback()