Home | History | Annotate | Download | only in Commands

Lines Matching defs:name_cstr

394         const char *name_cstr = NULL;
416 for (idx = 0; (name_cstr = command.GetArgumentAtIndex(idx)) != NULL; ++idx)
421 RegularExpression regex (name_cstr);
422 if (regex.Compile(name_cstr))
459 result.GetErrorStream().Printf ("error: no variables matched the regular expression '%s'.\n", name_cstr);
468 result.GetErrorStream().Printf ("error: unkown regex error when compiling '%s'\n", name_cstr);
477 valobj_sp = frame->GetValueForVariableExpressionPath (name_cstr,
495 options.SetRootValueObjectName(valobj_sp->GetParent() ? name_cstr : NULL);
506 result.GetErrorStream().Printf ("error: unable to find any variable expression path that matches '%s'\n", name_cstr);
573 options.SetRootValueObjectName(name_cstr);