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

/haiku/src/system/kernel/debug/
H A Dgdb.cpp31 static char sCommand[512]; variable
177 len = strlen(sCommand);
180 sum += sCommand[i];
199 switch (sCommand[0]) {
220 if (strcmp(sCommand + 1, "Supported") == 0) {
223 } else if (strcmp(sCommand + 1, "Offsets") == 0) {
261 ptr = sCommand + 1;
331 memset(sCommand, 0, sizeof(sCommand));
357 sCommand[sCommandInde
[all...]

Completed in 31 milliseconds