[commit] gdbserver async I/O simplifications

Markus Deuling deuling@de.ibm.com
Fri Dec 7 07:29:00 GMT 2007


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

	
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fix-gdbsrv
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20071207/f086e7a6/attachment.ksh>


More information about the Gdb-patches mailing list