Lines Matching refs:input_buffer
438 static char input_buffer[BUFMAX]; variable
1255 getpacket(input_buffer); in handle_exception()
1256 switch (input_buffer[0]) { in handle_exception()
1280 if (hex2bin((char *)®, &input_buffer[1], sizeof(registers))) in handle_exception()
1284 &input_buffer[1] + sizeof(registers), in handle_exception()
1301 int regno = gdb_cris_strtol(&input_buffer[1], &suffix, 16); in handle_exception()
1336 unsigned char *addr = (unsigned char *)gdb_cris_strtol(&input_buffer[1], in handle_exception()
1365 unsigned char *addr = (unsigned char *)gdb_cris_strtol(&input_buffer[1], in handle_exception()
1369 if (input_buffer[0] == 'M') { in handle_exception()
1391 if (input_buffer[1] != '\0') { in handle_exception()
1416 if (input_buffer[1] != '\0') { in handle_exception()
1439 int addr = gdb_cris_strtol(&input_buffer[3], &lenptr, 16); in handle_exception()
1441 char type = input_buffer[1]; in handle_exception()
1454 int addr = gdb_cris_strtol(&input_buffer[3], &lenptr, 16); in handle_exception()
1456 char type = input_buffer[1]; in handle_exception()