summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2020-07-20 22:10:16 -0400
committerJosh Ferrell <josh@vector35.com>2020-07-20 22:10:16 -0400
commitcf7851dee087e939ae10c0befe7ffa854885d41c (patch)
tree2b5cd50b61639186853cbbc3513ed0b8f6d1e373
parentcedb403a431354c708d6f203a000eb9b41594c51 (diff)
Separate navigateToFunction and navigate
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index fc3729a6..dd460de4 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -272,6 +272,7 @@ public:
virtual FunctionRef getCurrentFunction() override;
virtual BasicBlockRef getCurrentBasicBlock() override;
virtual ArchitectureRef getCurrentArchitecture() override;
+ virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override;
virtual bool navigate(uint64_t pos) override;
virtual std::string getNavigationMode() override;