Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
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()
DDNB.cpp360 const char *launch_err_str = launch_err.AsString(); in DNBProcessLaunch() local
361 if (launch_err_str) { in DNBProcessLaunch()
362 strlcpy(err_str, launch_err_str, err_len - 1); in DNBProcessLaunch()