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

Unified Diff: src/mips64/macro-assembler-mips64.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/mips64/macro-assembler-mips64.h
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
index 2b5115703ee4df3baf03c4034d38b5953f6831d4..5f286c102e17ab585cfc8e27e11e4de0a6881b3f 100644
--- a/src/mips64/macro-assembler-mips64.h
+++ b/src/mips64/macro-assembler-mips64.h
@@ -1135,11 +1135,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