]> git.siccegge.de Git - frida/frida.git/blobdiff - src/core/InformationManager.cxx
Add SWIG bindings for the guile interpreter
[frida/frida.git] / src / core / InformationManager.cxx
index fd0715b851adfe927601fe50aa0bc5ef9e552485..bee2a9eef9c9cbdd6e9ec66be681160f27fda9b5 100644 (file)
 
 #include <QTemporaryFile>
 
+InformationManager* current_information_manager;
+
 InformationManager::InformationManager()
        : logger(log4cxx::Logger::getLogger("InformationManager"))
-{}
+{
+       current_information_manager = this;
+}
 
 InformationManager::~InformationManager() {
        for (auto b : blocks)