This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Undefine python command
- From: Michel METZGER <michel dot metzger at st dot com>
- To: "gdb at sourceware dot org" <gdb at sourceware dot org>
- Date: Thu, 31 Mar 2011 21:27:53 +0200
- Subject: Undefine python command
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 debugged. It's not a problem for the first binary loaded,
but if the user loads a new binary with 'file', I will need to remove some commands.
Thanks,
Michel.