DescriptionAdd commands stack and mem to ARM simulator debugger
The command "stack" will dump the stack and "mem" will dump memory from a address given either as a register or as a literal. Both commands dump 10 words unless an additional argument with the number of words to dump is given.
sim> stack
sim> mem fp
sim> mem 0xe612a450 100
Also parse address literals in simulator debugger command as unsigned.
Committed: http://code.google.com/p/v8/source/detail?r=4388
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Messages
Total messages: 3 (0 generated)
|