X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=2e9358c9afdd05301d901241828b797e0877acc8;hp=5681842ba92d18165167033d81a14c22ad59b863;hb=efaafdaf4a18b5f2f4dd743aa3f0e609d428b15a;hpb=db08681ab30cdc2a322663b836d215cacedea71a diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index 5681842..2e9358c 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -1,12 +1,14 @@ #ifndef INCLUDE__InformationManager_hxx #define INCLUDE__InformationManager_hxx +#include #include #include #include #include -class Disassembler; +#include "disassembler/Disassembler.hxx" + class Function; class BasicBlock; class Comment; @@ -89,6 +91,9 @@ private: std::unique_ptr disassembler; std::map functions; std::map blocks; + std::string filename; + + log4cxx::LoggerPtr logger; }; #endif /* INCLUDE__InformationManager_hxx */