From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17968 invoked by alias); 14 Sep 2006 18:24:32 -0000 Received: (qmail 17960 invoked by uid 22791); 14 Sep 2006 18:24:31 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Sep 2006 18:24:30 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id A4B9F263CF; Thu, 14 Sep 2006 11:24:28 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21648-05-7; Thu, 14 Sep 2006 11:24:26 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 7B54126145; Thu, 14 Sep 2006 11:24:26 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: preserving gdb symbols Date: Thu, 14 Sep 2006 18:24:00 -0000 Message-ID: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EABB@ussunex01.palmsource.com> References: <20060914151039.GA19945@nevyn.them.org> <20060914174909.56742.qmail@web55610.mail.re4.yahoo.com> <20060914175350.GA24096@nevyn.them.org> From: "Michael Snyder" To: "Daniel Jacobowitz" , "Lee" Cc: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00084.txt.bz2 >> So my question is first of all is there any way I can >> just save all of the symbol information I have in >> memory, so that I can reload it when reading the core >> on a different machine.=20=20=20 > > No. Save the files instead. Actually, I have a vague nagging memory to the effect that it used to be possible to do that. We've been thru a number of cycles of "what can we do about the long time it takes=20 to read in symbols?" Seems like one attempt was to read them in once and then save them, so you could get them more-or-less instantly on subsequent sessions.