HomeSort by relevance Sort by last modified time
    Searched full:hexcommand (Results 1 - 1 of 1) sorted by null

  /external/valgrind/coregrind/
vgdb.c 949 char *hexcommand; local
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)
    [all...]

Completed in 65 milliseconds