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

Unified Diff: src/arm64/macro-assembler-arm64.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/arm64/macro-assembler-arm64.h
diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
index 0bd5c64769b7b8f42f425b62afefe63bb3cea7c1..01751dd0a4e6450576b0ba72cd89eec32b5aed90 100644
--- a/src/arm64/macro-assembler-arm64.h
+++ b/src/arm64/macro-assembler-arm64.h
@@ -1301,11 +1301,6 @@ class MacroAssembler : public Assembler {
};
// ---------------------------------------------------------------------------
- // 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