forked from qt-creator/qt-creator
Initial work on dumpers for CDB.
Add dumper calls, parser etc. Catch crashes in the dumper functions.
This commit is contained in:
@@ -78,6 +78,7 @@ static int watcherCounter = 0;
|
||||
WatchData::WatchData() :
|
||||
childCount(-1),
|
||||
valuedisabled(false),
|
||||
source(0),
|
||||
state(InitialState),
|
||||
parentIndex(-1),
|
||||
row(-1),
|
||||
|
||||
Reference in New Issue
Block a user