reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 2308     variable = g_vsc.variables.GetValueAtIndex(id_value);
 2340         variable = curr_variable;
 2351     variable = container.GetChildMemberWithName(name.data());
 2352     if (!variable.IsValid()) {
 2358             variable = container.GetChildAtIndex(index);
 2364     if (variable.IsValid()) {
 2365       if (variable.MightHaveChildren()) {
 2367         g_vsc.variables.Append(variable);
 2372   if (variable.IsValid()) {
 2374     bool success = variable.SetValueFromCString(value.data(), error);
 2376       SetValueForKey(variable, body, "value");
 2377       EmplaceSafeString(body, "type", variable.GetType().GetDisplayTypeName());