Home
last modified time | relevance | path

Searched refs:launch_err_str (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp241 char launch_err_str[PATH_MAX]; in RNBRunLoopLaunchInferior() local
242 launch_err_str[0] = '\0'; in RNBRunLoopLaunchInferior()
250 process_event, launch_err_str, sizeof(launch_err_str)); in RNBRunLoopLaunchInferior()
254 if (pid == INVALID_NUB_PROCESS && strlen(launch_err_str) > 0) { in RNBRunLoopLaunchInferior()
256 launch_err_str); in RNBRunLoopLaunchInferior()
258 ctx.LaunchStatus().SetErrorString(launch_err_str); in RNBRunLoopLaunchInferior()
H A DDNB.cpp359 const char *launch_err_str = launch_err.AsString(); in DNBProcessLaunch() local
360 if (launch_err_str) { in DNBProcessLaunch()
361 strlcpy(err_str, launch_err_str, err_len - 1); in DNBProcessLaunch()