Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptScriptGroup.cpp56 bool stop_on_all = false; in DoExecute() local
63 stop_on_all = true; in DoExecute()
68 runtime->PlaceBreakpointOnScriptGroup(target, stream, name, stop_on_all); in DoExecute()
DRenderScriptRuntime.h257 bool stop_on_all) in RSScriptGroupBreakpointResolver() argument
260 m_stop_on_all(stop_on_all) {} in RSScriptGroupBreakpointResolver()
381 ConstString name, bool stop_on_all);
DRenderScriptRuntime.cpp3743 bool stop_on_all) { in CreateScriptGroupBreakpoint() argument
3753 nullptr, name, m_scriptGroups, stop_on_all)); in CreateScriptGroupBreakpoint()