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

Unified Diff: src/mips/macro-assembler-mips.h

Issue 2650193002: [debugger] remove debugger statement support from FCG/CS. (Closed)
Patch Set: Created 3 years, 11 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/mips/macro-assembler-mips.h
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
index 66ac930ad24da5aaa28df3891e232250b56c3cef..a95cacbc4fc92ab3b9c07df951e9e1897232b984 100644
--- a/src/mips/macro-assembler-mips.h
+++ b/src/mips/macro-assembler-mips.h
@@ -1081,11 +1081,6 @@ class MacroAssembler: public Assembler {
Label* fail);
// -------------------------------------------------------------------------
- // Debugger Support.
-
- void DebugBreak();
-
- // -------------------------------------------------------------------------
// Exception handling.
// Push a new stack handler and link into stack handler chain.

Powered by Google App Engine
This is Rietveld 408576698