X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.cxx;h=711d47a552cb466b78b5c69a49d86e0d89ec9741;hp=fd0715b851adfe927601fe50aa0bc5ef9e552485;hb=cab6494b97d1626c7b9285b69df324d9c9953614;hpb=11fd69cdfce58707599bf57c07c5a784905e23f6 diff --git a/src/core/InformationManager.cxx b/src/core/InformationManager.cxx index fd0715b..711d47a 100644 --- a/src/core/InformationManager.cxx +++ b/src/core/InformationManager.cxx @@ -10,9 +10,13 @@ #include +InformationManager* current_information_manager; + InformationManager::InformationManager() - : logger(log4cxx::Logger::getLogger("InformationManager")) -{} + : logger(log4cxx::Logger::getLogger("core.InformationManager")) +{ + current_information_manager = this; +} InformationManager::~InformationManager() { for (auto b : blocks)