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

Unified Diff: runtime/vm/native_symbol_win.cc

Issue 2723213002: DWARF and unwind support for AOT assembly output. (Closed)
Patch Set: . Created 3 years, 9 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/native_symbol_macos.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/native_symbol_win.cc
diff --git a/runtime/vm/native_symbol_win.cc b/runtime/vm/native_symbol_win.cc
index cc5dabdd59d856343598ab890190d5a6505357e7..3b5dddf252fa77531e83f49b42223dd9e1e21787 100644
--- a/runtime/vm/native_symbol_win.cc
+++ b/runtime/vm/native_symbol_win.cc
@@ -82,6 +82,12 @@ void NativeSymbolResolver::FreeSymbolName(char* name) {
}
+bool NativeSymbolResolver::LookupSharedObject(uword pc,
+ uword* dso_base,
+ char** dso_name) {
+ return false;
+}
+
} // namespace dart
#endif // defined(HOST_OS_WINDOWS)
« no previous file with comments | « runtime/vm/native_symbol_macos.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698