< prev index next >

src/cpu/ppc/vm/debug_ppc.cpp

Print this page
rev 7417 : improve secondary signal handling

@@ -31,5 +31,12 @@
 #include "runtime/os.hpp"
 #include "utilities/debug.hpp"
 #include "utilities/top.hpp"
 
 void pd_ps(frame f) {}
+
+
+#ifndef PRODUCT
+// a sequence of bytes which, when used as opcodes, will cause a SIGILL
+const uint8_t illegal_instruction_sequence[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
+#endif
+
< prev index next >