X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=5681842ba92d18165167033d81a14c22ad59b863;hp=03cb3b866ec139b875ffad8a7556820b3733c2e1;hb=db08681ab30cdc2a322663b836d215cacedea71a;hpb=0daf9a157f3d41690cf4a0287db1adecc4ad0b71 diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index 03cb3b8..5681842 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -50,6 +50,7 @@ public: Function* getFunction(uint64_t address); BasicBlock* getBasicBlock(uint64_t address); + bool hasFunctions() const {return functions.size() != 0;} /* Protocoll: *