X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=8b46404b3a8331330177795188dbfb3205fb74b3;hp=f89f3ce140dfb02cba3269eccf47f82954f89ce2;hb=adb0e762792c23674633b8513f4106b82aa38d15;hpb=fc58083a9eee8534fe3f67ddd3c020c87cd42a5f diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index f89f3ce..8b46404 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -19,6 +20,7 @@ class InformationManager; class FunctionWidget; class BasicBlockWidget; class ScriptingDock; +class Interpreter; class Mainwindow : public QMainWindow { Q_OBJECT @@ -53,6 +55,7 @@ private: std::map objects_list; std::map objects_list_by_address; std::vector group_list; + std::map interpreter; InformationManager* manager; log4cxx::LoggerPtr logger;