CDB: Fixed thread handling, added dumping of string types in case of crashes.

This commit is contained in:
Friedemann Kleint
2009-07-24 16:05:46 +02:00
parent 403c344c4b
commit 8b8bf42fbb
9 changed files with 348 additions and 56 deletions

View File

@@ -103,6 +103,7 @@ private:
struct ThreadData
{
ThreadData(int threadId = 0) : id(threadId) {}
int id;
};