From 8b8bf42fbb94311804d6a2f6361ec691467b6e41 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 24 Jul 2009 16:05:46 +0200 Subject: CDB: Fixed thread handling, added dumping of string types in case of crashes. --- src/plugins/debugger/stackhandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/debugger/stackhandler.h') diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index 538eef992e6..aca6527ce23 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -103,6 +103,7 @@ private: struct ThreadData { + ThreadData(int threadId = 0) : id(threadId) {} int id; }; -- cgit v1.2.3