OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hexcommand
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
vgdb.c
943
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
, hex)
[
all
...]
Completed in 299 milliseconds