From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40583 invoked by alias); 28 Sep 2015 13:41:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 40573 invoked by uid 89); 28 Sep 2015 13:41:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 28 Sep 2015 13:41:18 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B51342F97AC9; Mon, 28 Sep 2015 15:41:15 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aCd7HQHi__z9; Mon, 28 Sep 2015 15:41:15 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id A4E8B2F97AC1; Mon, 28 Sep 2015 15:41:15 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: AIX DWARF debugging sections From: Tristan Gingold In-Reply-To: Date: Mon, 28 Sep 2015 13:41:00 -0000 Cc: Joel Brobecker , GDB Patches Content-Transfer-Encoding: 7bit Message-Id: References: To: David Edelsohn X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00603.txt.bz2 > On 25 Sep 2015, at 16:53, David Edelsohn wrote: > > Initial AIX support for DWARF did not include location lists, debug > frame, and macinfo. Support was added in a later update. > > xcoffread defines most of the sections -- including some that were > included later and omitting some that were included in the initial > implementation. > > Does anyone know why pbtyp and mac are not define? AFAIK, .debug_pubtypes are not read by gdb. > I'm not sure if > AIX .dwamac is macinfo or macro or both. > > Thanks, David Your patch looks ok to me, but should be approved by a global maintainer. Thanks, Tristan.