Home | History | Annotate | Download | only in coregrind

Lines Matching full:hexcommand

1898    unsigned char *hexcommand;
1924 /* prepare hexcommand $qRcmd,xxxx....................xx#cc */
1925 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
1926 hexcommand[0] = 0;
1927 strcat (hexcommand, "$qRcmd,");
1930 strcat (hexcommand, hex);
1934 for (hi = 1; hi < strlen(hexcommand); hi++)
1935 cksum+=hexcommand[hi];
1936 strcat(hexcommand, "#");
1938 strcat(hexcommand, hex);
1939 write_buf(to_pid, hexcommand, strlen(hexcommand),
1992 free (hexcommand);