Merge branch 'develop' of https://github.com/djipi/Virtual-Jaguar-Rx into develop
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / debuggertab.h
index f9e1b8a..583dd30 100644 (file)
@@ -5,6 +5,7 @@
 // ---  ----------  ------------------------------------------------------------\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
@@ -31,6 +32,7 @@ class DebuggerTab: public QWidget
                QCheckBox *displayHWlabels;\r
                QCheckBox *disasmopcodes;\r
                QCheckBox *displayFullSourceFilename;\r
+               QCheckBox *ELFSectionsCheck;\r
 };\r
 \r
 #endif // __DEBUGGERTAB_H__\r