summaryrefslogtreecommitdiffstats
path: root/base/debug_util_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug_util_posix.cc')
-rw-r--r--base/debug_util_posix.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc
index 34cc45c..a6d5199 100644
--- a/base/debug_util_posix.cc
+++ b/base/debug_util_posix.cc
@@ -108,7 +108,9 @@ bool DebugUtil::BeingDebugged() {
// static
void DebugUtil::BreakDebugger() {
+#if !defined(ARCH_CPU_ARM_FAMILY)
asm ("int3");
+#endif
}
StackTrace::StackTrace() {