From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1792 invoked by alias); 25 Apr 2006 18:02:36 -0000 Received: (qmail 1782 invoked by uid 22791); 25 Apr 2006 18:02:35 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Apr 2006 18:02:33 +0000 Received: (qmail 27493 invoked from network); 25 Apr 2006 18:02:31 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Apr 2006 18:02:31 -0000 To: gdb-patches@sources.redhat.com Subject: Re: RFA: Add 'target |' support for MinGW References: From: Jim Blandy Date: Tue, 25 Apr 2006 18:02:00 -0000 In-Reply-To: (Jim Blandy's message of "Wed, 12 Apr 2006 00:04:44 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00337.txt.bz2 I've committed this. Jim Blandy writes: > src/gdb/ChangeLog: > 2006-04-11 Jim Blandy > > 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.