Searched refs:pid_exited_packet (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2578 char pid_exited_packet[16] = ""; local
2587 snprintf (pid_exited_packet, sizeof(pid_exited_packet), "W%02x", WEXITSTATUS (pid_status));
2589 snprintf (pid_exited_packet, sizeof(pid_exited_packet), "X%02x", WEXITSTATUS (pid_status));
2591 snprintf (pid_exited_packet, sizeof(pid_exited_packet), "S%02x", WSTOPSIG (pid_status));
2595 if (!pid_exited_packet[0])
2597 strncpy (pid_exited_packet, "W00", sizeof(pid_exited_packet)
[all...]

Completed in 171 milliseconds