Skip to content

Commit

Permalink
[SharedCache] Forgot to add GetMappedRegions declaration in previou…
Browse files Browse the repository at this point in the history
…s commit

No idea which commit this was missed
  • Loading branch information
WeiN76LQh authored and WeiN76LQh committed Jan 2, 2025
1 parent 561decf commit 206c8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/sharedcache/core/SharedCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ namespace SharedCacheCore {
std::string ImageNameForAddress(uint64_t address);
std::vector<std::string> GetAvailableImages();

immer::vector<MemoryRegion> GetMappedRegions() const;
bool IsMemoryMapped(uint64_t address);

std::vector<std::pair<std::string, Ref<Symbol>>> LoadAllSymbolsAndWait();
Expand Down

0 comments on commit 206c8a1

Please sign in to comment.