diff options
Diffstat (limited to 'libunwindstack/include/unwindstack/MapInfo.h')
-rw-r--r-- | libunwindstack/include/unwindstack/MapInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/include/unwindstack/MapInfo.h b/libunwindstack/include/unwindstack/MapInfo.h index 9c6b55211..cfdefd0bb 100644 --- a/libunwindstack/include/unwindstack/MapInfo.h +++ b/libunwindstack/include/unwindstack/MapInfo.h @@ -83,6 +83,7 @@ struct MapInfo { void operator=(const MapInfo&) = delete; Memory* GetFileMemory(); + bool InitFileMemoryFromPreviousReadOnlyMap(MemoryFileAtOffset* memory); // Protect the creation of the elf object. std::mutex mutex_; |