| Index: runtime/vm/native_symbol.h
|
| diff --git a/runtime/vm/native_symbol.h b/runtime/vm/native_symbol.h
|
| index f82f31410822cbb27b67feec7131779987cc3244..39ed0222988f74797a819077e6201e8ff58ba230 100644
|
| --- a/runtime/vm/native_symbol.h
|
| +++ b/runtime/vm/native_symbol.h
|
| @@ -17,6 +17,7 @@ class NativeSymbolResolver : public AllStatic {
|
| static void InitOnce();
|
| static void ShutdownOnce();
|
| static char* LookupSymbolName(uintptr_t pc, uintptr_t* start);
|
| + static bool LookupSharedObject(uword pc, uword* dso_base, char** dso_name);
|
| static void FreeSymbolName(char* name);
|
| };
|
|
|
|
|