This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: Add 'target |' support for MinGW
- From: Jim Blandy <jimb at codesourcery dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Tue, 25 Apr 2006 11:02:30 -0700
- Subject: Re: RFA: Add 'target |' support for MinGW
- References: <vt21ww39svn.fsf@theseus.home.>
I've committed this.
Jim Blandy <jimb@codesourcery.com> writes:
> src/gdb/ChangeLog:
> 2006-04-11 Jim Blandy <jimb@codesourcery.com>
>
> Add support for 'target remote |' on MinGW.
> * ser-mingw.c (struct pipe_state): New structure.
> (make_pipe_state, free_pipe_state, cleanup_pipe_state)
> (pipe_windows_open, pipe_windows_close, pipe_windows_read)
> (pipe_windows_write, pipe_wait_handle): New functions.
> (_initialize_ser_windows): Register a "pipe" interface based on
> them.