X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=2e9358c9afdd05301d901241828b797e0877acc8;hp=f6eeb30f4cede67fbe4b28989993ea0815305133;hb=efaafdaf4a18b5f2f4dd743aa3f0e609d428b15a;hpb=f7cd60ef2104cf8f74ea06f58906acda4aef3e29 diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index f6eeb30..2e9358c 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -1,6 +1,7 @@ #ifndef INCLUDE__InformationManager_hxx #define INCLUDE__InformationManager_hxx +#include #include #include #include @@ -90,6 +91,9 @@ private: std::unique_ptr disassembler; std::map functions; std::map blocks; + std::string filename; + + log4cxx::LoggerPtr logger; }; #endif /* INCLUDE__InformationManager_hxx */