summaryrefslogtreecommitdiff
path: root/view/kernelcache/api/kernelcacheapi.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-04-16 10:21:22 -0400
committerAlexander Taylor <alex@vector35.com>2025-04-16 10:21:22 -0400
commitca696ab4a79902d0448135f6fca3769f0576e39d (patch)
tree3aabbba81e4968c03289c5d10eea5340f15597ce /view/kernelcache/api/kernelcacheapi.h
parent77c3bf786be64267cb7f45d9d0f118fcbf6d8aea (diff)
Add loaded column for kernel cache view.
Required adding an API to determine if an image is loaded.
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);