debugger: make it possible to bulk-assign breakpoints to threads

This commit is contained in:
hjk
2010-04-30 14:18:10 +02:00
parent 24d1fbd15b
commit 5560f5e2f1
6 changed files with 38 additions and 8 deletions

View File

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