From 6473e803d822abdabe150ec9ad3b3038eef45de3 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 31 Dec 2020 19:15:40 -0500 Subject: Add basic navigateToViewLocation support for linear view. --- ui/linearview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/linearview.h b/ui/linearview.h index 7498bdef..b7365e47 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -299,8 +299,9 @@ public: virtual BasicBlockRef getCurrentBasicBlock() override; virtual ArchitectureRef getCurrentArchitecture() override; virtual size_t getCurrentILInstructionIndex() override; - virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override; virtual bool navigate(uint64_t pos) override; + virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override; + virtual bool navigateToViewLocation(const ViewLocation& viewLocation) override; virtual std::string getNavigationMode() override; virtual void setNavigationMode(std::string mode) override; -- cgit v1.3.1