debugger: display size of bitfields in 'type' column

This commit is contained in:
hjk
2011-03-01 17:04:36 +01:00
parent 8bcaf428e1
commit fbdfb3acae
4 changed files with 14 additions and 1 deletions

View File

@@ -144,6 +144,8 @@ WatchData::WatchData() :
state(InitialState),
editformat(0),
address(0),
bitpos(0),
bitsize(0),
generation(-1),
hasChildren(false),
valueEnabled(true),