]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/InformationManager.hxx
Add binary to saved archive
[frida/frida.git] / src / core / InformationManager.hxx
index f6eeb30f4cede67fbe4b28989993ea0815305133..2e9358c9afdd05301d901241828b797e0877acc8 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef INCLUDE__InformationManager_hxx
 #define INCLUDE__InformationManager_hxx
 
+#include <log4cxx/logger.h>
 #include <boost/signals2.hpp>
 #include <functional>
 #include <string>
@@ -90,6 +91,9 @@ private:
        std::unique_ptr<Disassembler> disassembler;
        std::map<uint64_t, Function*> functions;
        std::map<uint64_t, BasicBlock*> blocks;
+       std::string filename;
+
+       log4cxx::LoggerPtr logger;
 };
 
 #endif /* INCLUDE__InformationManager_hxx */