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

Declarations

tools/lldb/include/lldb/Utility/Args.h
  103   void SetCommandString(llvm::StringRef command);

References

tools/lldb/source/Utility/Args.cpp
  169 Args::Args(llvm::StringRef command) { SetCommandString(command); }
tools/lldb/unittests/Utility/ArgsTest.cpp
   21   args.SetCommandString("arg");
   28   args.SetCommandString("\"arg with space\"");
   35   args.SetCommandString("arg\\ with\\ space");
   42   args.SetCommandString("arg\\");
   49   args.SetCommandString("\"arg\\");
   56   args.SetCommandString("arg\\y");
   63   args.SetCommandString("\"arg\\y");
   70   args.SetCommandString("this has multiple args");
   80   args.SetCommandString("this has multiple args");
   82   args.SetCommandString("arg");
   89   args.SetCommandString("first_arg");
  163   args.SetCommandString(str);
  172   args.SetCommandString("a\\'b");
  180   args.SetCommandString("\"a b c\"");
  248   args.SetCommandString("foo ba b");
  256   args.SetCommandString("foo ba b");
  264   args.SetCommandString("foo ba b");
  272   args.SetCommandString("foo ba b");
  280   args.SetCommandString("foo ba b");