X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FFunction.hxx;h=3a328f6d203c027b57acf18b034477d4ff7192cd;hp=ab8c0c9193c937c2e3d83501d5daa38555b97d06;hb=HEAD;hpb=546b89382dd61b664c216ad7668ec783f0ad094c diff --git a/src/core/Function.hxx b/src/core/Function.hxx index ab8c0c9..3a328f6 100644 --- a/src/core/Function.hxx +++ b/src/core/Function.hxx @@ -6,6 +6,7 @@ class InformationManager; class QXmlStreamWriter; +class QXmlStreamReader; class Function { public: @@ -16,6 +17,9 @@ public: InformationManager* getManager() const { return manager; } + /* Dynamic functions are the ones which are imported from shared + * libraries and not structly part of the binary at hand + */ bool isDynamic() const { return dynamic; } void addBasicBlock(BasicBlock* block) {