Merge branch 'develop'
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / debuggertab.h
index fecee84..56576f8 100644 (file)
@@ -3,14 +3,15 @@
 //\r
 // Who  When        What\r
 // ---  ----------  ------------------------------------------------------------\r
-// JPM  06/19/2016  Created this file\r
-// JPM  06/19/2016  Soft debugger support\r
+// JPM  Sept./2016  Created this file, and added Soft debugger support\r
+// JPM  10/09/2018  Added the source file search paths\r
+// JPM  04/06/2019  Added ELF sections check\r
 //\r
 \r
 #ifndef __DEBUGGERTAB_H__\r
 #define __DEBUGGERTAB_H__\r
 \r
-#include <QtWidgets>\r
+#include <QtWidgets/QtWidgets>\r
 \r
 class DebuggerTab: public QWidget\r
 {\r
@@ -22,12 +23,16 @@ class DebuggerTab: public QWidget
                void SetSettings(void);\r
                void GetSettings(void);\r
 \r
-       public:\r
-               QLineEdit *edit3;\r
+       private:\r
+               QString CheckForTrailingSlash(QString s);\r
 \r
+       public:\r
+               QLineEdit *nbrdisasmlines;\r
+               QLineEdit *sourcefilesearchpaths;\r
                QCheckBox *displayHWlabels;\r
                QCheckBox *disasmopcodes;\r
                QCheckBox *displayFullSourceFilename;\r
+               QCheckBox *ELFSectionsCheck;\r
 };\r
 \r
 #endif // __DEBUGGERTAB_H__\r