"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "kdbg/dbgmainwnd.h" between
kdbg-3.0.0.tar.gz and kdbg-3.0.1.tar.gz

About: KDbg is a graphical user interface to GDB, the GNU debugger (requires KDE, the K Desktop Environment).

dbgmainwnd.h  (kdbg-3.0.0):dbgmainwnd.h  (kdbg-3.0.1)
skipping to change at line 59 skipping to change at line 59
*/ */
void setAttachPid(const QString& pid); void setAttachPid(const QString& pid);
// the following are needed to handle program arguments // the following are needed to handle program arguments
void setCoreFile(const QString& corefile); void setCoreFile(const QString& corefile);
void setRemoteDevice(const QString &remoteDevice); void setRemoteDevice(const QString &remoteDevice);
void overrideProgramArguments(const QString& args); void overrideProgramArguments(const QString& args);
protected: protected:
// session properties // session properties
virtual void saveProperties(KConfigGroup& cg); void saveProperties(KConfigGroup& cg) override;
virtual void readProperties(const KConfigGroup& cg); void readProperties(const KConfigGroup& cg) override;
// settings // settings
void saveSettings(KSharedConfigPtr); void saveSettings(KSharedConfigPtr);
void restoreSettings(KSharedConfigPtr); void restoreSettings(KSharedConfigPtr);
void initAnimation(); void initAnimation();
void initStatusBar(); void initStatusBar();
void initKAction(); void initKAction();
// view windows // view windows
WinStack* m_filesWindow; WinStack* m_filesWindow;
skipping to change at line 119 skipping to change at line 119
QAction* m_attachAction; QAction* m_attachAction;
QAction* m_detachAction; QAction* m_detachAction;
QAction* m_argumentsAction; QAction* m_argumentsAction;
QAction* m_bpSetAction; QAction* m_bpSetAction;
QAction* m_bpSetTempAction; QAction* m_bpSetTempAction;
QAction* m_bpEnableAction; QAction* m_bpEnableAction;
QAction* m_editValueAction; QAction* m_editValueAction;
QString m_lastDirectory; /* the dir of the most recently opened fi le */ QString m_lastDirectory; /* the dir of the most recently opened fi le */
protected: protected:
virtual bool queryClose(); bool queryClose() override;
QAction* createAction(const QString& text, const char* icon, QAction* createAction(const QString& text, const char* icon,
int shortcut, const QObject* receiver, int shortcut, const QObject* receiver,
const char* slot, const char* name); const char* slot, const char* name);
QAction* createAction(const QString& text, QAction* createAction(const QString& text,
int shortcut, const QObject* receiver, int shortcut, const QObject* receiver,
const char* slot, const char* name); const char* slot, const char* name);
// the debugger proper // the debugger proper
QString m_debuggerCmdStr; QString m_debuggerCmdStr;
KDebugger* m_debugger; KDebugger* m_debugger;
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)