List the parameters and local variables on the stack.
dump [ {funcname|.} ]
funcname |
Name of an active function in the debuggee. |
This command lists all parameters and local variables of the specified function. If you specify a period (.), the debugger lists all parameters and local variables of all active functions (all functions currently on the stack). If you specify no parameter, the debugger assumes the current function.
(idb) dump >0 0x08051a3c in main() "src/x_list.cxx":203 cNode=0x805c510 cNode1=0x805c528 cNode2=0x805c560 newNode=0x805c500 newNode2=0x805c550 nodeList=class List<Node> { ... }
Copyright © 2001-2011, Intel Corporation. All rights reserved.