]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/Comment.hxx
Implement InformationManager / Comment and ChangeCommentEvent
[frida/frida.git] / src / core / Comment.hxx
index b07f13ae1a81c8310ae3ab93104ff933529d9f0c..98febe41392380150900cdbd4cfeed6e340022a8 100644 (file)
@@ -12,6 +12,7 @@ public:
 
        void setText(const std::string& text);
        uint64_t getAddress();
+       Function* getLocation();
 private:
        Comment(uint64_t address, InformationManager* manager);
        Comment(uint64_t address, Function* location, InformationManager* manager);