Lines Matching refs:remcomInBuffer
352 static char remcomInBuffer[BUFMAX]; variable
937 getpacket (remcomInBuffer); in handle_exception()
938 switch (remcomInBuffer[0]) { in handle_exception()
967 hex2mem ((unsigned char *)®_g, &remcomInBuffer[1], sizeof(registers)); in handle_exception()
975 hex2mem((char *)®, &remcomInBuffer[1], sizeof(registers)); in handle_exception()
990 int regno = gdb_cris_strtol (&remcomInBuffer[1], &suffix, 16); in handle_exception()
1029 unsigned char *addr = (unsigned char *)gdb_cris_strtol(&remcomInBuffer[1], in handle_exception()
1051 unsigned char *addr = (unsigned char *)gdb_cris_strtol(&remcomInBuffer[1], in handle_exception()
1055 if (remcomInBuffer[0] == 'M') { in handle_exception()
1075 if (remcomInBuffer[1] != '\0') { in handle_exception()
1076 reg.pc = gdb_cris_strtol (&remcomInBuffer[1], 0, 16); in handle_exception()
1140 int thread_id = (int)gdb_cris_strtol (&remcomInBuffer[1], 0, 16); in handle_exception()
1156 int thread_id = gdb_cris_strtol (&remcomInBuffer[2], 0, 16); in handle_exception()
1157 if (remcomInBuffer[1] == 'c') { in handle_exception()
1163 else if (remcomInBuffer[1] == 'g') { in handle_exception()
1192 switch (remcomInBuffer[1]) { in handle_exception()
1216 remcomOutBuffer[pos] = remcomInBuffer[pos]; in handle_exception()