From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7511 invoked by alias); 4 Jan 2005 21:03:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7329 invoked from network); 4 Jan 2005 21:02:50 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 4 Jan 2005 21:02:50 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j04L2YX8007948 for ; Tue, 4 Jan 2005 16:02:40 -0500 Received: from localhost.redhat.com (vpn50-80.rdu.redhat.com [172.16.50.80]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j04L2Tr15512; Tue, 4 Jan 2005 16:02:29 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 068EE7D79; Tue, 4 Jan 2005 16:02:17 -0500 (EST) Message-ID: <41DB0457.4010903@gnu.org> Date: Tue, 04 Jan 2005 21:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: John Yates Cc: "gdb (E-mail)" Subject: Re: Can one debug 32-bit x86 images with an x86_64 gdb? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00035.txt.bz2 Since this was vendor specific I replied on the fedora-tools-list@redhat.com. http://www.redhat.com/mailman/listinfo/fedora-tools-list Short summary: the vendor (Red Hat) gcc -m32 is tested and works well with the vendor debugger; when it comes to a custom compiler many things could go wrong. Andrew