X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2FInformationManager.hxx;h=f6eeb30f4cede67fbe4b28989993ea0815305133;hb=67fac0f473ce6fe7c3d8e5d44d47e22c84eeacba;hp=03cb3b866ec139b875ffad8a7556820b3733c2e1;hpb=0daf9a157f3d41690cf4a0287db1adecc4ad0b71;p=frida%2Ffrida.git diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index 03cb3b8..f6eeb30 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -6,7 +6,8 @@ #include #include -class Disassembler; +#include "disassembler/Disassembler.hxx" + class Function; class BasicBlock; class Comment; @@ -50,6 +51,7 @@ public: Function* getFunction(uint64_t address); BasicBlock* getBasicBlock(uint64_t address); + bool hasFunctions() const {return functions.size() != 0;} /* Protocoll: *