相关的命令是set history remove-duplicates <count>。该命令描述为控制删除命令历史记录列表中重复的历史记录项。如果count不为零,gdb将查看最后一个计数历史条目,并删除添加到命令历史列表中的当前条目的副本的第一个条目。如果count是无限的,那么这个后视是无界的。如果count为0,则禁用删除重复的历史记录项。。
gdb$ show history
expansion: History expansion on command input is off.
filename: The filename in which to record the command history is "/home/xiao/.gdb_history".
save: Saving of the history record on exit is on.
size: The size of the command history is 100000000.