Delete the specified debugger variable.
unset name
name |
The variable to delete. |
This command deletes the specified debugger variable.
(idb) set $color="blue" (idb) print $color "blue" (idb) unset $color (idb) print $color Symbol "$color" is not defined.
Copyright © 1996-2010, Intel Corporation. All rights reserved.