X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=2e9358c9afdd05301d901241828b797e0877acc8;hp=243ca94407766506eab1d0582d341f4f93a11423;hb=efaafdaf4a18b5f2f4dd743aa3f0e609d428b15a;hpb=8995413dc4cdfaa8d617a8823050c32f921c6ada diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index 243ca94..2e9358c 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -91,6 +91,7 @@ private: std::unique_ptr disassembler; std::map functions; std::map blocks; + std::string filename; log4cxx::LoggerPtr logger; };