Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp137 bool should_continue = true; in SearchCallback() local
142 should_continue = interp->ScriptedBreakpointResolverSearchCallback( in SearchCallback()
145 if (should_continue) in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1982 bool should_continue = false; in ScriptedBreakpointResolverSearchCallback() local
1987 should_continue in ScriptedBreakpointResolverSearchCallback()
1995 return should_continue; in ScriptedBreakpointResolverSearchCallback()