From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5019 invoked by alias); 17 Mar 2009 15:10:44 -0000 Received: (qmail 5009 invoked by uid 22791); 17 Mar 2009 15:10:43 -0000 X-SWARE-Spam-Status: No, hits=1.9 required=5.0 tests=AWL,BAYES_00,BOTNET,RDNS_NONE X-Spam-Check-By: sourceware.org Received: from Unknown (HELO andromeda.onevision.de) (212.77.172.62) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Mar 2009 15:10:38 +0000 Received: from [192.168.5.120] (kgi05104.onevision.de [192.168.5.120]) by andromeda.onevision.de (8.14.2/8.12.9/ROSCH/DDB) with ESMTP id n2HFAYZi001825; Tue, 17 Mar 2009 16:10:34 +0100 Message-ID: <49BFBD6A.7000700@onevision.de> Date: Tue, 17 Mar 2009 15:10:00 -0000 From: Roland Schwingel User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Daniel Jacobowitz , gdb Subject: Re: Cross debugging on windows Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00108.txt.bz2 Hi Daniel... Thanks for your reply... Daniel Jacobowitz wrote on 17.03.2009 15:37:39: > On Tue, Mar 17, 2009 at 12:57:43PM +0100, Roland Schwingel wrote: > > Hi.... > > > > Just a simple question. > > Is it possible to cross debug from a 32bit gdb a 64bit application (both > > running on windows)? > > In my special case this would be a 32bit cygwin gdb debugging a mingw64 > > 64bit application. > > I know the usual small glitches when debugging a mingw application from a > > cygwin gdb. > > But beside of this: Is it possible? > > > > There is the configure option --enable-64-bit-bfd. I tried it but it > > appears to not do the trick... > > Usually only the other direction is possible. The 32-bit debugging > interfaces don't permit a 64-bit target. Ok... Thanks... So I have to build a native mingw64 debugger to debug my 64bit code. Roland