X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.cxx;fp=src%2Fcore%2FInformationManager.cxx;h=bee2a9eef9c9cbdd6e9ec66be681160f27fda9b5;hp=fd0715b851adfe927601fe50aa0bc5ef9e552485;hb=fc58083a9eee8534fe3f67ddd3c020c87cd42a5f;hpb=7cc1f7b923b7859a7469e6a651d4a87bc48c4772 diff --git a/src/core/InformationManager.cxx b/src/core/InformationManager.cxx index fd0715b..bee2a9e 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")) -{} +{ + current_information_manager = this; +} InformationManager::~InformationManager() { for (auto b : blocks)