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

@@ -119,6 +119,7 @@ class ThreadsHandler : public QAbstractTableModel
public:
ThreadsHandler(QObject *parent = 0);
int currentThreadId() const;
void setCurrentThread(int index);
void selectThread(int index);
void setThreads(const QList<ThreadData> &threads);