X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=cfdbaaa152e21ccb124d261e477db4604c30c70c;hp=f89f3ce140dfb02cba3269eccf47f82954f89ce2;hb=5514e0b76ec9af2fa67abebe77cfe26052f2326f;hpb=11fd69cdfce58707599bf57c07c5a784905e23f6 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index f89f3ce..cfdbaaa 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -18,7 +19,8 @@ class Function; class InformationManager; class FunctionWidget; class BasicBlockWidget; -class ScriptingDock; +class FridaDock; +class Interpreter; class Mainwindow : public QMainWindow { Q_OBJECT @@ -41,7 +43,7 @@ private: QTreeWidget * listWidget; QStackedWidget * stackedWidget; QDockWidget * dockWidget; - ScriptingDock * scripting; + FridaDock * fdock; QAction *exitAction; QAction *openAction; @@ -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;