From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2662 invoked by alias); 3 Jan 2013 21:53:48 -0000 Received: (qmail 2624 invoked by uid 22791); 3 Jan 2013 21:53:44 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_DB,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp3.ugent.be (HELO smtp3.ugent.be) (157.193.49.127) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Jan 2013 21:53:38 +0000 Received: from localhost (mcheck2.ugent.be [157.193.49.249]) by smtp3.ugent.be (Postfix) with ESMTP id E291BC30E; Thu, 3 Jan 2013 22:53:36 +0100 (CET) Received: from smtp3.ugent.be ([157.193.49.127]) by localhost (mcheck2.UGent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id V9azpi0PbAVR; Thu, 3 Jan 2013 22:53:36 +0100 (CET) Received: from [192.168.182.2] (unknown [91.182.31.3]) (Authenticated sender: jmaebe) by smtp3.ugent.be (Postfix) with ESMTPSA id 58A08C2E9; Thu, 3 Jan 2013 22:53:36 +0100 (CET) Subject: Re: stabs support in binutils, gcc, and gdb Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Jonas Maebe In-Reply-To: Date: Thu, 03 Jan 2013 21:53:00 -0000 Cc: Tom Tromey , David Taylor , binutils@sourceware.org, gcc@gcc.gnu.org, gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <34BD6410-6DB6-4EB4-B06B-3656E3BE97CA@elis.ugent.be> References: <12972.1357230104__33958.3243280233$1357230256$gmane$org@usendtaylorx2l> <87hamy42ua.fsf@fleche.redhat.com> To: David Edelsohn X-j-chkmail-Enveloppe: 50E5FDE0.000 from unknown/3.31-182-91.adsl-dyn.isp.belgacom.be/91.182.31.3/[192.168.182.2]/ X-j-chkmail-Score: MSGID : 50E5FDE0.000 on smtp3.ugent.be : j-chkmail score : X : R=. U=. O=## B=0.000 -> S=0.166 X-j-chkmail-Status: Ham 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: 2013-01/txt/msg00014.txt.bz2 On 03 Jan 2013, at 21:53, David Edelsohn wrote: > AIX still uses STABS. GCC produces it and GDB consumes it. More precisely, AIX uses Stabx. It's similar to Stabs, but different in qui= te a few ways. To add to the confusion, GCC produces and GDB consumes a hyb= rid of Stabs and Stabx on AIX for some reason (xlc and the native dbx produ= ce/consume pure Stabx, which is not understood by GDB; conversely, dbx does= not understand the GCC/GDB Stabx-Stabs hybrid). Jonas