Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1274 llvm::Expected<unsigned> maybe_args = in SetBreakpointCommandCallbackFunction() local
1276 if (!maybe_args) { in SetBreakpointCommandCallbackFunction()
1279 llvm::toString(maybe_args.takeError()).c_str()); in SetBreakpointCommandCallbackFunction()
1282 size_t max_args = *maybe_args; in SetBreakpointCommandCallbackFunction()