Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvgdb.c949 char *hexcommand; in standalone_send_commands() local
986 hexcommand = vmalloc (packet_len_for_command(commands[nc])); in standalone_send_commands()
987 hexcommand[0] = 0; in standalone_send_commands()
988 strcat (hexcommand, "$qRcmd,"); in standalone_send_commands()
992 strcat (hexcommand, hex); in standalone_send_commands()
996 for (hi = 1; hi < strlen(hexcommand); hi++) in standalone_send_commands()
997 cksum+=hexcommand[hi]; in standalone_send_commands()
998 strcat(hexcommand, "#"); in standalone_send_commands()
1000 strcat(hexcommand, hex); in standalone_send_commands()
1001 write_buf(to_pid, hexcommand, strlen(hexcommand), in standalone_send_commands()
[all …]