From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10478 invoked by alias); 17 Mar 2005 19:40:32 -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 10448 invoked from network); 17 Mar 2005 19:40:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 17 Mar 2005 19:40:29 -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 j2HJeTOM002885 for ; Thu, 17 Mar 2005 14:40:29 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2HJeTY23300 for ; Thu, 17 Mar 2005 14:40:29 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j2HJeRgo004906 for ; Thu, 17 Mar 2005 14:40:28 -0500 Message-ID: <4239DD2B.8070306@redhat.com> Date: Thu, 17 Mar 2005 19:40:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: dumb question; mips multi-abi Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00230.txt.bz2 I confess I have not been following the development of ABI support very closely. I have a user who wants to debug an application that uses a mix of (essentially) o32 and o64 code. I think he has some sort of calling translation layer between the two. Is that at all possible? Can gdb switch back and forth on the fly, while debugging a single app? Maybe manually? Maybe without expecting to be able to bridge the backtrace?