Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1284 bool uses_extra_args = false; in SetBreakpointCommandCallbackFunction() local
1286 uses_extra_args = true; in SetBreakpointCommandCallbackFunction()
1294 uses_extra_args = false; in SetBreakpointCommandCallbackFunction()
1304 uses_extra_args); in SetBreakpointCommandCallbackFunction()
1333 StructuredData::ObjectSP extra_args_sp, bool uses_extra_args) { in SetBreakpointCommandCallback() argument
1343 uses_extra_args); in SetBreakpointCommandCallback()
H A DScriptInterpreterPythonImpl.h271 bool uses_extra_args);