} else if (!(event instanceof GdbVariableObjects)) {
value = "Unexpected data received from GDB";
m_log.warn("Unexpected event " + event + " received from -var-list-children request");
} else {
// Inspect the data
GdbVariableObjects variables = (GdbVariableObjects) event;
if (variables.objects == null || variables.objects.isEmpty()) {
// No data
value = "Unexpected data received from GDB";
} else {
value = "Unexpected data received from GDB";