From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27776 invoked by alias); 29 Jun 2004 14:35:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27740 invoked from network); 29 Jun 2004 14:35:17 -0000 Received: from unknown (HELO cgf.cx) (66.30.22.40) by sourceware.org with SMTP; 29 Jun 2004 14:35:17 -0000 Received: by cgf.cx (Postfix, from userid 201) id 63BDE1B99D; Tue, 29 Jun 2004 10:35:18 -0400 (EDT) Date: Tue, 29 Jun 2004 14:35:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Pb stepping inside DLL function Message-ID: <20040629143518.GA17384@trixie.casa.cgf.cx> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20040624002220.GK1143@gnat.com> <20040624002305.GL1143@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040624002305.GL1143@gnat.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-06/txt/msg00666.txt.bz2 On Wed, Jun 23, 2004 at 05:23:05PM -0700, Joel Brobecker wrote: >2004-06-23 Joel Brobecker > > * i386-cygwin-tdep.c (i386-cygwin-tdep.c): New function. > (i386_cygwin_in_solib_call_trampoline): New function. > (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline > and skip_trampoline_code gdbarch methods. > >Tested on x86-windows (XP), no regression. >OK to apply? Sorry for the delay, Joel. Yes, please apply. Thanks. cgf