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

Unified Diff: src/cpu.h

Issue 22893050: Get rid of duplicated CPU::DebugBreak() method. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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
Index: src/cpu.h
diff --git a/src/cpu.h b/src/cpu.h
index 247af71aa357c63de1feabe13117952b89d7ca02..f8d33e4741d428dd70d28e0ae21ff8b411be5066 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -59,9 +59,6 @@ class CPU : public AllStatic {
// Flush instruction cache.
static void FlushICache(void* start, size_t size);
-
- // Try to activate a system level debugger.
- static void DebugBreak();
};
} } // namespace v8::internal
« no previous file with comments | « src/arm/cpu-arm.cc ('k') | src/ia32/cpu-ia32.cc » ('j') | src/ia32/cpu-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698