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

/external/valgrind/main/coregrind/
H A Dvgdb.c943 char *hexcommand; local
969 /* prepare hexcommand $qRcmd,xxxx....................xx#cc */
970 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
971 hexcommand[0] = 0;
972 strcat (hexcommand, "$qRcmd,");
976 strcat (hexcommand, hex);
980 for (hi = 1; hi < strlen(hexcommand); hi++)
981 cksum+=hexcommand[hi];
982 strcat(hexcommand, "#");
984 strcat(hexcommand, he
[all...]

Completed in 317 milliseconds