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