Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2534)

Unified Diff: base/debug_util_posix.cc

Issue 99349: Code changes for building on ARM (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/string_util_unittest.cc » ('j') | base/string_util_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | base/string_util_unittest.cc » ('j') | base/string_util_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698