diff options
Diffstat (limited to 'view/sharedcache/core/SharedCache.h')
| -rw-r--r-- | view/sharedcache/core/SharedCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h index 8fa98c05..3a521894 100644 --- a/view/sharedcache/core/SharedCache.h +++ b/view/sharedcache/core/SharedCache.h @@ -581,6 +581,7 @@ namespace SharedCacheCore { std::vector<std::string> GetAvailableImages(); std::vector<MemoryRegion> GetMappedRegions() const; + bool IsMemoryMapped(uint64_t address); std::vector<std::pair<std::string, Ref<Symbol>>> LoadAllSymbolsAndWait(); |
