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

Unified Diff: runtime/vm/native_symbol.h

Issue 100103011: Changes to support dprof and Observatory profiler UIs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 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/isolate.cc ('k') | runtime/vm/native_symbol_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/native_symbol.h
diff --git a/runtime/vm/native_symbol.h b/runtime/vm/native_symbol.h
index 52151b26a241bf9357ce86d6251edb8577cb5b84..dec113a16a1ecca9a06d8be74bacf77828a54a16 100644
--- a/runtime/vm/native_symbol.h
+++ b/runtime/vm/native_symbol.h
@@ -16,7 +16,7 @@ class NativeSymbolResolver : public AllStatic {
public:
static void InitOnce();
static void ShutdownOnce();
- static char* LookupSymbolName(uintptr_t pc);
+ static char* LookupSymbolName(uintptr_t pc, uintptr_t* start);
static void FreeSymbolName(char* name);
};
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/native_symbol_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698