Searched refs:maybe_args (Results 1 – 1 of 1) sorted by relevance
1159 llvm::Expected<unsigned> maybe_args = in SetBreakpointCommandCallbackFunction() local1161 if (!maybe_args) { in SetBreakpointCommandCallbackFunction()1164 llvm::toString(maybe_args.takeError()).c_str()); in SetBreakpointCommandCallbackFunction()1167 size_t max_args = *maybe_args; in SetBreakpointCommandCallbackFunction()