Added the return address information in the call stack
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / debuggertab.h
index fecee84..f9e1b8a 100644 (file)
@@ -3,8 +3,8 @@
 //\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
 //\r
 \r
 #ifndef __DEBUGGERTAB_H__\r
@@ -22,9 +22,12 @@ 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