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

Unified Diff: runtime/vm/debugger.h

Issue 1384403002: Preparation for moving reusable handles to thread and more cleanups: isolate -> thread based handle… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index 7c4cb8a3436a79452b680be789b8741a9e4eb923..c182065dfd929ed3937cac29df36c3dd9ebffab7 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -453,7 +453,7 @@ class Debugger {
Debugger();
~Debugger();
- void Initialize(Isolate* isolate);
+ void Initialize(Thread* thread);
void NotifyIsolateCreated();
void Shutdown();
@@ -650,6 +650,7 @@ class Debugger {
void HandleSteppingRequest(DebuggerStackTrace* stack_trace);
+ Thread* thread_;
Isolate* isolate_;
Dart_Port isolate_id_; // A unique ID for the isolate in the debugger.
bool initialized_;
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/debugger.cc » ('j') | runtime/vm/gc_marker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698