From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27337 invoked by alias); 17 Mar 2009 11:57:50 -0000 Received: (qmail 27329 invoked by uid 22791); 17 Mar 2009 11:57:49 -0000 X-SWARE-Spam-Status: No, hits=1.8 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 11:57:46 +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 n2HBvh5P013530 for ; Tue, 17 Mar 2009 12:57:43 +0100 Message-ID: <49BF9037.9020203@onevision.de> Date: Tue, 17 Mar 2009 11:57:00 -0000 From: Roland Schwingel User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: gdb Subject: 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/msg00101.txt.bz2 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... Thanks again for your help, Roland