Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1222 llvm::Expected<unsigned> maybe_args = in SetBreakpointCommandCallbackFunction() local
1224 if (!maybe_args) { in SetBreakpointCommandCallbackFunction()
1227 llvm::toString(maybe_args.takeError()).c_str()); in SetBreakpointCommandCallbackFunction()
1230 size_t max_args = *maybe_args; in SetBreakpointCommandCallbackFunction()