MIPS: Add a trap_on_abort flag.
authorpalfia@homejinni.com <palfia@homejinni.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 26 Aug 2013 20:29:54 +0000 (20:29 +0000)
committerpalfia@homejinni.com <palfia@homejinni.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 26 Aug 2013 20:29:54 +0000 (20:29 +0000)
commitb2c931d093beb4fcd74ae06a15f8aa2214d14998
tree770f8673b0a8637fcede1788b90224220a182d05
parentfc68cb74e52c1044b0ba1caf97072a4959c3ed52
MIPS: Add a trap_on_abort flag.

Port r16319 (22e0380)

Original commit message:
By setting this flag assertions behind --debug-code will trigger a
breakpoint instead of a call into Abort. This eases debugging, as the
call site is less cluttered and the backtrace starts where it should.

BUG=

Patch from Balazs Kilvady <kilvadyb@homejinni.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16342 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/macro-assembler-mips.cc