Chromium Code Reviews| Index: runtime/vm/os.h |
| =================================================================== |
| --- runtime/vm/os.h (revision 19653) |
| +++ runtime/vm/os.h (working copy) |
| @@ -118,6 +118,9 @@ |
| // Register code observers relevant to this OS. |
| static void RegisterCodeObservers(); |
| + // Returns the name (runtime symbol) of the function at the given address. |
| + static const char* ReverseLookupSymbol(uword address); |
| + |
| // Initialize the OS class. |
| static void InitOnce(); |