Show the most recently used debugger commands.
history [num]
num |
The number of commands to show, starting with the most recent. |
This command displays commands you have already entered.
To specify the number of commands to show, use the num parameter. The debugger displays that number of commands, starting with the most recent.
If you do not specify a number, the debugger displays the number of previous commands defined in the $historylines debugger variable. The default is 20.
(idb) history 7 18: stop at 182 19: run 20: stop at 103 21: delete 1 22: cont 23: print "history_EXAMPLE START" 24: history 7
Copyright © 2001-2011, Intel Corporation. All rights reserved.