debugger: add a somewhat more generic breakpoint creation dialog

This commit is contained in:
hjk
2010-09-21 16:32:43 +02:00
parent 3ba4812749
commit 718433d27e
6 changed files with 115 additions and 44 deletions

View File

@@ -61,7 +61,8 @@ private:
void deleteBreakpoints(const QModelIndexList &list);
void deleteBreakpoints(QList<int> rows);
void editBreakpoint(const QModelIndexList &list);
void addBreakpoint();
void editBreakpoints(const QModelIndexList &list);
void associateBreakpoint(const QModelIndexList &list, int thread);
void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
void setBreakpointsFullPath(const QModelIndexList &list, bool fullpath);