X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.hxx;h=ca3e89cb6ab017ff327738f18ebc4e800e9f1392;hp=b07f13ae1a81c8310ae3ab93104ff933529d9f0c;hb=9fd091260777a95432902173a35e15a475f6f9f9;hpb=546b89382dd61b664c216ad7668ec783f0ad094c diff --git a/src/core/Comment.hxx b/src/core/Comment.hxx index b07f13a..ca3e89c 100644 --- a/src/core/Comment.hxx +++ b/src/core/Comment.hxx @@ -11,7 +11,9 @@ public: bool isLocal() const {return location == NULL;} void setText(const std::string& text); + std::string getText() const {return text;} uint64_t getAddress(); + Function* getLocation(); private: Comment(uint64_t address, InformationManager* manager); Comment(uint64_t address, Function* location, InformationManager* manager);