Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dvgdb.c944 char *hexcommand; in standalone_send_commands() local
992 hexcommand = vmalloc (packet_len_for_command(commands[nc])); in standalone_send_commands()
993 hexcommand[0] = 0; in standalone_send_commands()
994 strcat (hexcommand, "$qRcmd,"); in standalone_send_commands()
998 strcat (hexcommand, hex); in standalone_send_commands()
1002 for (hi = 1; hi < strlen(hexcommand); hi++) in standalone_send_commands()
1003 cksum+=hexcommand[hi]; in standalone_send_commands()
1004 strcat(hexcommand, "#"); in standalone_send_commands()
1006 strcat(hexcommand, hex); in standalone_send_commands()
1007 write_buf(to_pid, hexcommand, strlen(hexcommand), in standalone_send_commands()
[all …]