Lines Matching refs:input_buffer
446 static char input_buffer[BUFMAX]; variable
1284 getpacket(input_buffer); in handle_exception()
1285 switch (input_buffer[0]) { in handle_exception()
1309 hex2mem((char *)®, &input_buffer[1], sizeof(registers)); in handle_exception()
1312 &input_buffer[1] + sizeof(registers), in handle_exception()
1327 int regno = gdb_cris_strtol(&input_buffer[1], &suffix, 16); in handle_exception()
1358 unsigned char *addr = (unsigned char *)gdb_cris_strtol(&input_buffer[1], in handle_exception()
1387 unsigned char *addr = (unsigned char *)gdb_cris_strtol(&input_buffer[1], in handle_exception()
1391 if (input_buffer[0] == 'M') { in handle_exception()
1411 if (input_buffer[1] != '\0') { in handle_exception()
1436 if (input_buffer[1] != '\0') { in handle_exception()
1459 int addr = gdb_cris_strtol(&input_buffer[3], &lenptr, 16); in handle_exception()
1461 char type = input_buffer[1]; in handle_exception()
1474 int addr = gdb_cris_strtol(&input_buffer[3], &lenptr, 16); in handle_exception()
1476 char type = input_buffer[1]; in handle_exception()