]> git.siccegge.de Git - frida/frida.git/commitdiff
Some comments
authorChristoph Egger <christoph@christoph-egger.org>
Mon, 25 May 2015 04:12:36 +0000 (06:12 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Mon, 25 May 2015 04:12:36 +0000 (06:12 +0200)
src/core/InformationManager.hxx

index 3407113e3324bd14c573a844780ed66926f01557..4fdfb7435cd9ea942fafb82a1b3c090e795dc17a 100644 (file)
@@ -59,9 +59,11 @@ public:
        void dispatch(ChangeCommentEvent* event)
                { changeCommentSignal(event); }
 
+       // Reset frida
        connection connect_reset_signal(std::function<void ()> f)
                { return reset_signal.connect(f); }
 
+       // Accessors
        Function* getFunction(uint64_t address);
        bool hasFunctions() const {return functions.size() != 0;}
        std::map<uint64_t, Function*>::const_iterator beginFunctions();