From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17026 invoked by alias); 18 Nov 2005 12:59:05 -0000 Received: (qmail 17004 invoked by uid 22791); 18 Nov 2005 12:59:02 -0000 Received: from ip127.bb146.pacific.net.hk (HELO stl.com.hk) (202.64.146.127) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005 12:59:02 +0000 Received: from 241.206.17.210.dyn.pacific.net.hk ([210.17.206.241] helo=[192.168.1.10]) by stl.com.hk with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1Ed5lS-0006Q7-1M; Fri, 18 Nov 2005 20:54:50 +0800 Message-ID: <437DD009.1080302@tausq.org> Date: Fri, 18 Nov 2005 13:49:00 -0000 From: Randolph Chung User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) MIME-Version: 1.0 To: Mark Kettenis CC: gdb-patches@sources.redhat.com Subject: Re: [hppa-hpux] Core file support for hppa64-hp-hpux11.11 References: <437C76DE.5020108@tausq.org> <200511171244.jAHCi9RY004505@elgar.sibelius.xs4all.nl> <437C7E07.5050804@tausq.org> <200511171446.jAHEkDim026595@elgar.sibelius.xs4all.nl> <437D15C4.9000207@tausq.org> <200511180008.jAI08jpp000219@elgar.sibelius.xs4all.nl> In-Reply-To: <200511180008.jAI08jpp000219@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00321.txt.bz2 > Yes. The section will come out as .core.kernel in objdump. Perhaps > it should be .hp.core.kernel. I'll leave the naming decision to you > and/or the binutils maintainers. But I think that's better than > having all those .proc0, .proc1, .proc2 sections that we have now. > And it makes it easier to pick the right one from GDB. actually there's no . prefix unless i explicitly pass one, and they will look like: /home/tausq/core: file format elf64-hppa Sections: Idx Name Size VMA LMA File off Algn 0 hp.core.version0 00000004 0000000000000000 0000000000000000 00000350 2**0 CONTENTS, READONLY 1 hp.core.kernel1 0000003c 0000000000000000 0000000000000000 00000354 2**0 CONTENTS, READONLY 2 hp.core.comm2 00000009 0000000000000000 0000000000000000 00000390 2**0 CONTENTS, READONLY [...] Does this match what you have in mind? randolph