Home | History | Annotate | Download | only in coregrind

Lines Matching full:hexcommand

949    char *hexcommand;
985 /* prepare hexcommand $qRcmd,xxxx....................xx#cc */
986 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
987 hexcommand[0] = 0;
988 strcat (hexcommand, "$qRcmd,");
992 strcat (hexcommand, hex);
996 for (hi = 1; hi < strlen(hexcommand); hi++)
997 cksum+=hexcommand[hi];
998 strcat(hexcommand, "#");
1000 strcat(hexcommand, hex);
1001 write_buf(to_pid, hexcommand, strlen(hexcommand),
1054 free (hexcommand);