From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20520 invoked by alias); 21 Jun 2006 21:46:33 -0000 Received: (qmail 20511 invoked by uid 22791); 21 Jun 2006 21:46:33 -0000 X-Spam-Check-By: sourceware.org Received: from nz-out-0102.google.com (HELO nz-out-0102.google.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Jun 2006 21:46:29 +0000 Received: by nz-out-0102.google.com with SMTP id o1so279534nzf for ; Wed, 21 Jun 2006 14:46:27 -0700 (PDT) Received: by 10.37.22.68 with SMTP id z68mr1011927nzi; Wed, 21 Jun 2006 14:46:27 -0700 (PDT) Received: by 10.36.103.10 with HTTP; Wed, 21 Jun 2006 14:46:27 -0700 (PDT) Message-ID: <7f45d9390606211446l5cbce9bdy6302c63c43c8af0d@mail.gmail.com> Date: Wed, 21 Jun 2006 21:52:00 -0000 From: "Shaun Jackman" Reply-To: "Shaun Jackman" To: gdb@sources.redhat.com Subject: Undo add-symbol-file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00177.txt.bz2 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. Thanks, Shaun