Debugger: Add size to watch data.

Have CDB report it, pass it on to adding watches.
This commit is contained in:
Friedemann Kleint
2011-04-04 16:15:03 +02:00
parent e5f72538d0
commit 122f6a1845
9 changed files with 30 additions and 5 deletions

View File

@@ -220,6 +220,7 @@ enum ModelRoles
LocalsTypeFormatRole, // Used to communicate alternative formats to the view
LocalsIndividualFormatRole,
LocalsAddressRole, // Memory address of variable as quint64
LocalsSizeRole, // Size of variable as quint
LocalsRawValueRole, // Unformatted value as string
LocalsPointerValueRole, // Pointer value (address) as quint64
LocalsIsWatchpointAtAddressRole,