Hi Daniel, Daniel Jacobowitz schrieb: > For the patch I'm working on, I needed asynchronous I/O to be disabled > during start_inferior and it was ending up enabled. This version is > considerably simpler, and does not have that problem. Async I/O can > and should be enabled once we have received a packet that will take a > long time, and must be disabled before we reply to GDB about it. > > Tested on x86_64-linux and committed. > it seems own_buf is missing in gdbserver/server.c (myresume). This fixes the build but I havent tested it. Its just what I applied to my dev tree. ChangeLog: * gdbserver/server.c (myresume): Add own_buf variable. -- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com