Index: base/debug_util_posix.cc |
=================================================================== |
--- base/debug_util_posix.cc (revision 15091) |
+++ base/debug_util_posix.cc (working copy) |
@@ -107,7 +107,9 @@ |
// static |
void DebugUtil::BreakDebugger() { |
+#if !defined(ARCH_CPU_ARM_FAMILY) |
Mark Mentovai
2009/05/06 16:18:16
This needs a TODO for someone to implement it on A
|
asm ("int3"); |
+#endif |
} |
StackTrace::StackTrace() { |