summaryrefslogtreecommitdiff
path: root/view/kernelcache/api/kernelcacheapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/kernelcache/api/kernelcacheapi.h')
-rw-r--r--view/kernelcache/api/kernelcacheapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/kernelcache/api/kernelcacheapi.h b/view/kernelcache/api/kernelcacheapi.h
index 149f39bf..a4462cb0 100644
--- a/view/kernelcache/api/kernelcacheapi.h
+++ b/view/kernelcache/api/kernelcacheapi.h
@@ -258,6 +258,8 @@ namespace KernelCacheAPI {
bool LoadImageContainingAddress(uint64_t addr);
std::vector<std::string> GetAvailableImages();
+ bool IsImageLoaded(const uint64_t address) const;
+
std::vector<KCSymbol> LoadAllSymbolsAndWait();
std::string GetNameForAddress(uint64_t address);