history (idb mode only)

Show the most recently used debugger commands.

Syntax

history [num]

Parameters

num

The number of commands to show, starting with the most recent.

Description

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.

Example

(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 

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.