forked from qt-creator/qt-creator
debugger: make "threadspec" an int instead of a bytearray
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
int ignoreCount; // Ignore count associated with breakpoint.
|
||||
int lineNumber; // Line in source file.
|
||||
quint64 address; // Address for watchpoints.
|
||||
QByteArray threadSpec; // Thread specification.
|
||||
int threadSpec; // Thread specification.
|
||||
QString functionName;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user