diff options
| author | Brian Potchik <brian@vector35.com> | 2020-11-21 18:03:20 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-11-21 18:03:20 -0500 |
| commit | a805c3c0cc4cb28fba7454ceabf78c8641930337 (patch) | |
| tree | 55ceafdbc8ceee88575ad974ae8e93cc263cb8f6 /ui/viewframe.h | |
| parent | df48a9ee65c4fa3b60f3bfebb36aa03d8dd40f2d (diff) | |
Add IL instruction index navigation support to flowgraph view types.
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 1 |
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(); |
