Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1232 bool uses_extra_args = false; in SetBreakpointCommandCallbackFunction() local
1234 uses_extra_args = true; in SetBreakpointCommandCallbackFunction()
1242 uses_extra_args = false; in SetBreakpointCommandCallbackFunction()
1252 uses_extra_args); in SetBreakpointCommandCallbackFunction()
1282 bool uses_extra_args) { in SetBreakpointCommandCallback() argument
1292 uses_extra_args); in SetBreakpointCommandCallback()
DScriptInterpreterPythonImpl.h268 bool uses_extra_args);