"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "kdbg/brkpt.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).

brkpt.h  (kdbg-3.0.0):brkpt.h  (kdbg-3.0.1)
skipping to change at line 38 skipping to change at line 38
protected: protected:
KDebugger* m_debugger; KDebugger* m_debugger;
Ui::BrkPtBase m_ui; Ui::BrkPtBase m_ui;
std::vector<QIcon> m_icons; std::vector<QIcon> m_icons;
void insertBreakpoint(int num, bool temp, bool enabled, QString location, void insertBreakpoint(int num, bool temp, bool enabled, QString location,
QString fileName = 0, int lineNo = -1, QString fileName = 0, int lineNo = -1,
int hits = 0, uint ignoreCount = 0, int hits = 0, uint ignoreCount = 0,
QString condition = QString()); QString condition = QString());
void initListAndIcons(); void initListAndIcons();
virtual bool eventFilter(QObject* ob, QEvent* ev); bool eventFilter(QObject* ob, QEvent* ev) override;
friend class BreakpointItem; friend class BreakpointItem;
signals: signals:
/** /**
* This signal is emitted when the user wants to go to the source code * This signal is emitted when the user wants to go to the source code
* where the current breakpoint is in. * where the current breakpoint is in.
* *
* @param file specifies the file; this is not necessarily a full path * @param file specifies the file; this is not necessarily a full path
* name, and if it is relative, you won't know relative to what, you * name, and if it is relative, you won't know relative to what, you
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

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