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

Unified Diff: runtime/vm/assembler_x64.h

Issue 1137313002: VM: Set breakpoints on x64 and arm64 without patching code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: re-upload from git workspace Created 5 years, 7 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 | « runtime/vm/assembler_arm64.cc ('k') | runtime/vm/assembler_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_x64.h
diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
index 007cc2ed21be3a0a8c6fa2445bc6bce17b305268..a257d770bcfab6cd7a53b0fd433ac64a0b039fa3 100644
--- a/runtime/vm/assembler_x64.h
+++ b/runtime/vm/assembler_x64.h
@@ -907,11 +907,6 @@ class Assembler : public ValueObject {
buffer_.FinalizeInstructions(region);
}
- // Index of constant pool entries pointing to debugger stubs.
- static const int kICCallBreakpointCPIndex = 5;
- static const int kClosureCallBreakpointCPIndex = 6;
- static const int kRuntimeCallBreakpointCPIndex = 7;
-
void LoadPoolPointer(Register pp);
// Set up a Dart frame on entry with a frame pointer and PC information to
« no previous file with comments | « runtime/vm/assembler_arm64.cc ('k') | runtime/vm/assembler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698