aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackhandler.h
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2009-07-24 16:05:46 +0200
committerFriedemann Kleint <[email protected]>2009-07-24 16:05:46 +0200
commit8b8bf42fbb94311804d6a2f6361ec691467b6e41 (patch)
tree49ef644bef4be4aec0cd64501a419fe2fcd6cbcb /src/plugins/debugger/stackhandler.h
parent403c344c4b1d59b0ba12c7cbe54f6f1f630e4c8d (diff)
CDB: Fixed thread handling, added dumping of string types in case of crashes.
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r--src/plugins/debugger/stackhandler.h1
1 files changed, 1 insertions, 0 deletions
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;
};