From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4042 invoked by alias); 31 Mar 2011 19:28:00 -0000 Received: (qmail 4034 invoked by uid 22791); 31 Mar 2011 19:27:59 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from eu1sys200aog105.obsmtp.com (HELO eu1sys200aog105.obsmtp.com) (207.126.144.119) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Mar 2011 19:27:54 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob105.postini.com ([207.126.147.11]) with SMTP ID DSNKTZTVuCFTe2yL3jTlJ4FWHH9AGyzeSa/c@postini.com; Thu, 31 Mar 2011 19:27:53 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2F221BB for ; Thu, 31 Mar 2011 19:27:51 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas3.st.com [10.75.90.18]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C47184737 for ; Thu, 31 Mar 2011 19:27:51 +0000 (GMT) Received: from SAFEX1MAIL1.st.com ([10.75.90.1]) by SAFEX1HUBCAS3.st.com ([10.75.90.18]) with mapi; Thu, 31 Mar 2011 21:27:51 +0200 From: Michel METZGER To: "gdb@sourceware.org" Date: Thu, 31 Mar 2011 19:28:00 -0000 Subject: Undefine python command Message-ID: <5B4CE209869C6A4797F5FAA0B348F0A0D9F183F45F@SAFEX1MAIL1.st.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2011-03/txt/msg00217.txt.bz2 Hi, Is there a way to remove a commands defined in Python? I need to define specific commands depending on the type of binary being de= bugged. It's not a problem for the first binary loaded,=20 but if the user loads a new binary with 'file', I will need to remove some = commands. Thanks, Michel.