指定したデバッガー変数を削除します。
unset name
name
削除する変数。
このコマンドは、指定されたデバッガー変数を削除します。
(idb) set $color="blue" (idb) print $color "blue" (idb) unset $color (idb) print $color Symbol "$color" is not defined.