From 206c8a12b05da59f75b18cd69bbb87e608cd5b42 Mon Sep 17 00:00:00 2001 From: WeiN76LQh Date: Thu, 2 Jan 2025 16:37:33 +0000 Subject: [PATCH] [SharedCache] Forgot to add `GetMappedRegions` declaration in previous commit No idea which commit this was missed --- view/sharedcache/core/SharedCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h index 8d688f5ce..4fd0d8866 100644 --- a/view/sharedcache/core/SharedCache.h +++ b/view/sharedcache/core/SharedCache.h @@ -596,6 +596,7 @@ namespace SharedCacheCore { std::string ImageNameForAddress(uint64_t address); std::vector GetAvailableImages(); + immer::vector GetMappedRegions() const; bool IsMemoryMapped(uint64_t address); std::vector>> LoadAllSymbolsAndWait();