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

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       John Birch <jbb () kdevelop ! org>
Date:       2003-09-12 20:26:30
[Download RAW message or body]

CVS commit by jb: 

Remove duplicate signals in subclass


  M +2 -0      dbgcontroller.h   1.19
  M +0 -10     gdbcontroller.h   1.23


--- kdevelop/parts/debugger/dbgcontroller.h  #1.18:1.19
@@ -138,4 +138,6 @@ signals:
     void gdbStdout            (const char *output);
     void gdbStderr            (const char *output);
+    void showStepInSource     (const QString &fileName, int lineNum, const QString &address);
+    void dbgStatus            (const QString &status, int statusFlag);
 
 protected:

--- kdevelop/parts/debugger/gdbcontroller.h  #1.22:1.23
@@ -133,14 +133,4 @@ private slots:
 
 signals:
-    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 dbgStatus            (const QString &status, int statusFlag);
     void acceptPendingBPs     ();
     void unableToSetBPNow     (int BPNo);


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

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