Reviewers: Erik Corry,
Description:
Add 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.
Please review this at http://codereview.chromium.org/1596022/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/arm/simulator-arm.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe, reply using "remove me" as the subject.