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