From a805c3c0cc4cb28fba7454ceabf78c8641930337 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 21 Nov 2020 18:03:20 -0500 Subject: Add IL instruction index navigation support to flowgraph view types. --- ui/viewframe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/viewframe.h') 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(); -- cgit v1.3.1