From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7697 invoked by alias); 15 Jun 2008 22:53:49 -0000 Received: (qmail 7689 invoked by uid 22791); 15 Jun 2008 22:53:49 -0000 X-Spam-Check-By: sourceware.org Received: from pool-71-248-179-123.bstnma.fios.verizon.net (HELO ednor.cgf.cx) (71.248.179.123) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Jun 2008 22:53:32 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id 595CF2B353; Sun, 15 Jun 2008 18:53:30 -0400 (EDT) Date: Mon, 16 Jun 2008 01:26:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org Subject: Re: [RFA-v3] win32-nat.c: Add dll names if debugevents is on Message-ID: <20080615225330.GA7678@ednor.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org References: <000001c8cd57$c9cf3d30$5d6db790$@u-strasbg.fr> <200806131532.22427.pedro_alves@portugalmail.pt> <000001c8cda0$ec693b40$c53bb1c0$@u-strasbg.fr> <200806132354.59705.pedro@codesourcery.com> <000101c8cdaa$3717cc20$a5476460$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000101c8cdaa$3717cc20$a5476460$@u-strasbg.fr> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00296.txt.bz2 On Sat, Jun 14, 2008 at 01:07:12AM +0200, Pierre Muller wrote: > Thanks Pedro, > > this is my trouble as I am mainly a pascal programmer: >I am always lost in implicit typecast/conversion rules :( > > The patch is thus even simpler: I guess my basic question here is why is this needed at all? Does the non-windows version of gdb have something similar? If so, this should be patterned after that. If not, why is Windows special? cgf