X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=30444acf068da98a39fb711c623c9976ac7a6d08;hb=217321b48c503edd5b35f35158ba68a04d81ecd3;hp=a866e0adf62c39791d8a8effe7453794f989cb60;hpb=f9d8bd4a0312a92a1ec3493e83996c0a99d8d1bf;p=frida%2Ffrida.git diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index a866e0a..30444ac 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -56,7 +56,6 @@ public: std::map::const_iterator endFunctions(); BasicBlock* getBasicBlock(uint64_t address); - bool hasBasicBlocks() const {return blocks.size() != 0;} std::map::const_iterator beginBasicBlocks(); std::map::const_iterator endBasicBlocks(); @@ -64,7 +63,6 @@ public: std::multimap::const_iterator, std::multimap::const_iterator> getComments(uint64_t address); - bool hasComments() const {return ! comments.empty();} std::multimap::const_iterator beginComments(); std::multimap::const_iterator endComments(); @@ -116,6 +114,7 @@ private: std::unique_ptr tmpfile; std::vector plugins; + QThread disassemblerThread; log4cxx::LoggerPtr logger; };