forked from qt-creator/qt-creator
Debugger: Make Gdbmi threads parsing code re-usable.
Adapt watchutils code for new engine. Acked-by: hjk
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
class GdbMi;
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ThreadsHandler
|
||||
@@ -68,6 +68,8 @@ public:
|
||||
// Clear out all frame information
|
||||
void notifyRunning();
|
||||
|
||||
static Threads parseGdbmiThreads(const GdbMi &data, int *currentThread = 0);
|
||||
|
||||
private:
|
||||
int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
int columnCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
|
||||
Reference in New Issue
Block a user