Reviewers: Erik Corry,
Description:
Add support for bkpt instruction
The bkpt instruction is now supported by both the disassembler and the
simulator. In the simulator it breaks to the native debugger if any like
int3 on
Intel.
Moved the handling of the miscellaneous instructions to a separate part.
Please review this at http://codereview.chromium.org/1576026/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/arm/constants-arm.h
M src/arm/disasm-arm.cc
M src/arm/simulator-arm.cc
M test/cctest/test-disasm-arm.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe, reply using "remove me" as the subject.