Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1172 bool uses_extra_args = false; in SetBreakpointCommandCallbackFunction() local
1174 uses_extra_args = true; in SetBreakpointCommandCallbackFunction()
1182 uses_extra_args = false; in SetBreakpointCommandCallbackFunction()
1192 uses_extra_args); in SetBreakpointCommandCallbackFunction()
1221 StructuredData::ObjectSP extra_args_sp, bool uses_extra_args) { in SetBreakpointCommandCallback() argument
1231 uses_extra_args); in SetBreakpointCommandCallback()
H A DScriptInterpreterPythonImpl.h272 bool uses_extra_args);