forked from qt-creator/qt-creator
CDB: Fixed thread handling, added dumping of string types in case of crashes.
This commit is contained in:
@@ -103,6 +103,7 @@ private:
|
||||
|
||||
struct ThreadData
|
||||
{
|
||||
ThreadData(int threadId = 0) : id(threadId) {}
|
||||
int id;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user