From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21751 invoked by alias); 11 Aug 2009 17:12:40 -0000 Received: (qmail 21743 invoked by uid 22791); 11 Aug 2009 17:12:40 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Aug 2009 17:12:33 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id n7BHCQIf003266 for ; Tue, 11 Aug 2009 18:12:27 +0100 Received: from qw-out-2122.google.com (qwb9.prod.google.com [10.241.193.73]) by zps35.corp.google.com with ESMTP id n7BHCOxd029907 for ; Tue, 11 Aug 2009 10:12:24 -0700 Received: by qw-out-2122.google.com with SMTP id 9so1372029qwb.13 for ; Tue, 11 Aug 2009 10:12:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.73.129 with SMTP id q1mr4370435qaj.183.1250010743994; Tue, 11 Aug 2009 10:12:23 -0700 (PDT) In-Reply-To: <4A81A102.5020104@Sun.COM> References: <4A5F8D9E.1060307@Sun.COM> <4A7ABAF0.7010004@Sun.COM> <4A7FFAB3.7080903@Sun.COM> <8ac60eac0908101320k6cc20e9age92656cba254a5d4@mail.gmail.com> <4A812B8B.8040202@Sun.COM> <8ac60eac0908110933s6caf5abdsa1320f626dea860b@mail.gmail.com> <4A819F90.40006@Sun.COM> <4A81A102.5020104@Sun.COM> Date: Tue, 11 Aug 2009 17:12:00 -0000 Message-ID: <8ac60eac0908111012o163f62d6n672f6928bdedab7e@mail.gmail.com> Subject: Re: status of Darwin support From: Paul Pluzhnikov To: Christian Thalinger Cc: Tom Tromey , Tristan Gingold , Joel Brobecker , Thiago Jung Bauermann , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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: 2009-08/txt/msg00072.txt.bz2 On Tue, Aug 11, 2009 at 9:49 AM, Christian Thalinger wrote: > I was able to attach to the process. Here is the data: ... > (gdb) p *sect2->objfile > $4 = { > name = 0x63e590 "/Users/twisti/bsd-port/hotspot/build/bsd/bsd_i486_compiler2/jvmg/launcher.o", This is possibly unrelocated objfile. What does print sect2->objfile->section_offsets[0]@17 say? Thanks, -- Paul Pluzhnikov