Go to file
sgjesse@chromium.org 8ebae39893 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.
Review URL: http://codereview.chromium.org/1596022

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4388 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-04-12 12:24:14 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Landing http://codereview.chromium.org/1594017 for Ryan. 2010-04-08 18:23:10 +00:00
samples Mark up debugger support in sample file 2010-04-09 13:02:25 +00:00
src Add commands stack and mem to ARM simulator debugger 2010-04-12 12:24:14 +00:00
test Allow new CPU profiling subsystem to coexist nicely with the old one. 2010-04-12 07:23:43 +00:00
tools Try to fix WebKit bot: add 'circular-queue.h' and 'circular-queue-inl.h' to v8.gyp 2010-04-12 07:52:40 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS Revert pax change as it does not work with older versions of scons. 2010-02-25 08:27:07 +00:00
ChangeLog Prepare push of version 2.2.2 to trunk. 2010-04-12 11:11:28 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct Allow new CPU profiling subsystem to coexist nicely with the old one. 2010-04-12 07:23:43 +00:00