Revision e2af15b2 gdbstub.c

b/gdbstub.c
2391 2391

  
2392 2392
  snprintf(buf, sizeof(buf), "W%02x", (uint8_t)code);
2393 2393
  put_packet(s, buf);
2394

  
2395
#ifndef CONFIG_USER_ONLY
2396
  if (s->chr) {
2397
      qemu_chr_close(s->chr);
2398
  }
2399
#endif
2394 2400
}
2395 2401

  
2396 2402
#ifdef CONFIG_USER_ONLY

Also available in: Unified diff