debugger: make "threadspec" an int instead of a bytearray

This commit is contained in:
hjk
2010-11-30 13:39:01 +01:00
parent d02b2e9a36
commit d5c5b90b4f
8 changed files with 36 additions and 43 deletions

View File

@@ -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;
};