aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/watchdata.h')
-rw-r--r--src/plugins/debugger/watchdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchdata.h b/src/plugins/debugger/watchdata.h
index bb2e458bcd..672ded5e7c 100644
--- a/src/plugins/debugger/watchdata.h
+++ b/src/plugins/debugger/watchdata.h
@@ -72,7 +72,7 @@ public:
uint bitsize = 0; // Size in case of bit fields
uint autoDerefCount = 0; // number of levels of automatic dereferencing that has taken place (for pointer types)
uint variablesReference = 0;// reference to the variable in the variables request DAP related
- int elided = 0; // Full size if value was cut off, -1 if cut on unknown size, 0 otherwise
+ int valuelen = 0; // -1 if cut on unknown size, full size otherwise
int arrayIndex = -1; // -1 if not an array member
uchar sortGroup = 0; // 0 - ordinary member, 1 - vptr, 2 - base class
bool wantsChildren = false;