Lines Matching refs:err_str

325     bool no_stdio, int disable_aslr, const char *event_data, char *err_str,  in DNBProcessLaunch()  argument
336 disable_aslr, static_cast<void *>(err_str), in DNBProcessLaunch()
339 if (err_str && err_len > 0) in DNBProcessLaunch()
340 err_str[0] = '\0'; in DNBProcessLaunch()
345 snprintf(err_str, err_len, "%s (%s)", stat_error, path); in DNBProcessLaunch()
356 if (err_str) { in DNBProcessLaunch()
357 *err_str = '\0'; in DNBProcessLaunch()
361 strlcpy(err_str, launch_err_str, err_len - 1); in DNBProcessLaunch()
362 err_str[err_len - 1] = in DNBProcessLaunch()
382 if (err_str && err_len > 0) { in DNBProcessLaunch()
384 ::snprintf(err_str, err_len, in DNBProcessLaunch()
388 ::snprintf(err_str, err_len, in DNBProcessLaunch()
416 &ignored_exceptions, char *err_str, in DNBProcessAttachByName() argument
418 if (err_str && err_len > 0) in DNBProcessAttachByName()
419 err_str[0] = '\0'; in DNBProcessAttachByName()
438 ignored_exceptions, err_str, err_len); in DNBProcessAttachByName()
445 char *err_str, size_t err_len) { in DNBProcessAttach() argument
446 if (err_str && err_len > 0) in DNBProcessAttach()
447 err_str[0] = '\0'; in DNBProcessAttach()
493 processSP->AttachForDebug(attach_pid, ignored_exceptions, err_str, in DNBProcessAttach()
523 if (err_str && err_len > 0) in DNBProcessAttach()
524 snprintf(err_str, err_len, "operation timed out"); in DNBProcessAttach()
554 if (err_str && err_len > 0) in DNBProcessAttach()
555 snprintf(err_str, err_len, "process exited"); in DNBProcessAttach()
684 useconds_t waitfor_interval, char *err_str, size_t err_len, in DNBProcessAttachWait() argument
762 if (err_str && err_len > 0) in DNBProcessAttachWait()
763 snprintf(err_str, err_len, "operation timed out"); in DNBProcessAttachWait()
789 ctx->GetIgnoredExceptions(), err_str, in DNBProcessAttachWait()