[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       Caleb Tennis <caleb () aei-tech ! com>
Date:       2003-01-05 0:25:54
[Download RAW message or body]

CVS commit by ctennis: 

removing redunant signals


  M +9 -9      gdbcontroller.h   1.7
  M +1 -1      stty.cpp   1.5


--- kdevelop/parts/debugger/gdbcontroller.h  #1.6:1.7
@@ -121,14 +121,14 @@ private slots:
     
 signals:
-    void rawData              (const QString &rawData);
+    //void rawData              (const QString &rawData);
     void showStepInSource     (const QString &fileName, int lineNum, const QString &address);
-    void rawGDBBreakpointList (char *buf);
-    void rawGDBBreakpointSet  (char *buf, int key);
-    void rawGDBDisassemble    (char *buf);
-    void rawGDBMemoryDump     (char *buf);
-    void rawGDBRegisters      (char *buf);
-    void rawGDBLibraries      (char *buf);
-    void ttyStdout            (const char *output);
-    void ttyStderr            (const char *output);
+   // void rawGDBBreakpointList (char *buf);
+   // void rawGDBBreakpointSet  (char *buf, int key);
+    //void rawGDBDisassemble    (char *buf);
+    //void rawGDBMemoryDump     (char *buf);
+    //void rawGDBRegisters      (char *buf);
+    //void rawGDBLibraries      (char *buf);
+    //void ttyStdout            (const char *output);
+   // void ttyStderr            (const char *output);
     void dbgStatus            (const QString &status, int statusFlag);
     void acceptPendingBPs     ();

--- kdevelop/parts/debugger/stty.cpp  #1.4:1.5
@@ -128,5 +128,5 @@ STTY::STTY(bool ext, const QString &term
         if (fout >= 0) {
             ttySlave = QString(tty_slave);
-            out = new QSocketNotifier(fout, QSocketNotifier::Read);
+            out = new QSocketNotifier(fout, QSocketNotifier::Read, this);
             connect( out, SIGNAL(activated(int)), this, SLOT(OutReceived(int)) );
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic