From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24127 invoked by alias); 21 Jun 2006 21:52:50 -0000 Received: (qmail 24117 invoked by uid 22791); 21 Jun 2006 21:52:49 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 21 Jun 2006 21:52:48 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FtAcv-0004gz-DY; Wed, 21 Jun 2006 17:52:45 -0400 Date: Wed, 21 Jun 2006 21:59:00 -0000 From: Daniel Jacobowitz To: Shaun Jackman Cc: gdb@sources.redhat.com Subject: Re: Undo add-symbol-file Message-ID: <20060621215245.GA18017@nevyn.them.org> Mail-Followup-To: Shaun Jackman , gdb@sources.redhat.com References: <7f45d9390606211446l5cbce9bdy6302c63c43c8af0d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f45d9390606211446l5cbce9bdy6302c63c43c8af0d@mail.gmail.com> User-Agent: Mutt/1.5.11+cvs20060403 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-06/txt/msg00178.txt.bz2 On Wed, Jun 21, 2006 at 03:46:27PM -0600, Shaun Jackman wrote: > Once I've used add-symbol-file to add some symbols, how do I remove > those symbols? Clearing the symbol table would be enough. I tried > using symbol-file to clear the symbol table, but symbol-file does not > seem to have the side effect of clearing the symbol table. Try just "symbol-file", without a new symbol file? -- Daniel Jacobowitz CodeSourcery