Home | History | Annotate | Download | only in source

Lines Matching full:err_str

347     char err_str[1024];
348 pid = DNBProcessAttach (attach_pid, NULL, err_str, sizeof(err_str));
354 if (err_str[0])
355 ctx.LaunchStatus().SetErrorString(err_str);
1254 char err_str[1024] = {'\0'};
1347 nub_process_t pid = DNBProcessAttachWait (waitfor_pid_name.c_str(), launch_flavor, ignore_existing, timeout_ptr, waitfor_interval, err_str, sizeof(err_str));
1353 if (err_str[0])
1354 ctx.LaunchStatus().SetErrorString(err_str);
1355 RNBLogSTDERR ("error: failed to attach to process named: \"%s\" %s\n", waitfor_pid_name.c_str(), err_str);
1387 nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(err_str));
1392 if (err_str[0])
1393 ctx.LaunchStatus().SetErrorString(err_str);
1394 RNBLogSTDERR ("error: failed to attach to process named: \"%s\" %s\n", waitfor_pid_name.c_str(), err_str);