Reviewers: mads.ager,
Message:
Please review this patch that adds breakpoint support to the ARM simulator.
Description:
This patch adds support for "manual breakpoints" in the ARM Simulator. These
breakpoints can be inserted in the generated code via
Assembler::breakpoint(uint32_t imm15). When the simulator hits one of
these, it
will stop and start the debugger. This allow to easily examine the generated
code: no need to debug on actual hardware, access to the Debugger features
(like information on objects).
BUG=none
TEST=none
Please review this at http://codereview.chromium.org/3440028/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/arm/assembler-arm.h
M src/arm/assembler-arm.cc
M src/arm/constants-arm.h
M src/arm/disasm-arm.cc
M src/arm/simulator-arm.h
M src/arm/simulator-arm.cc
M src/assembler.h
M test/cctest/test-disasm-arm.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev