summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-11-21 18:03:20 -0500
committerBrian Potchik <brian@vector35.com>2020-11-21 18:03:20 -0500
commita805c3c0cc4cb28fba7454ceabf78c8641930337 (patch)
tree55ceafdbc8ceee88575ad974ae8e93cc263cb8f6 /ui/viewframe.h
parentdf48a9ee65c4fa3b60f3bfebb36aa03d8dd40f2d (diff)
Add IL instruction index navigation support to flowgraph view types.
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index e0582a59..b4d3413e 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -128,6 +128,7 @@ public:
virtual BNFunctionGraphType getILViewType() { return NormalFunctionGraph; }
virtual void setILViewType(BNFunctionGraphType ilViewType) { }
virtual size_t getCurrentILInstructionIndex() { return BN_INVALID_EXPR; }
+ virtual bool navigateToFunctionIndex(FunctionRef func, size_t index) { return false; }
virtual QFont getFont() = 0;
DisassemblySettingsRef getDisassemblySettings();