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

References

tools/lldb/include/lldb/Utility/Args.h
   46     llvm::StringRef ref() const { return c_str(); }
tools/lldb/source/Commands/CommandObjectApropos.cpp
   61                                        args[0].c_str());
   65               "The following commands may relate to '%s':\n", args[0].c_str());
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1692                                      entry.c_str(), error.AsCString());
 1715       ConstString name(entry.c_str());
 1923         name_list.push_back(arg.c_str());
tools/lldb/source/Commands/CommandObjectCommands.cpp
  578           args[0].c_str());
  696             args[0].c_str(), actual_command.c_str());
  789           args[0].c_str());
  799             args[0].c_str());
  803             args[0].c_str());
  813             args[0].c_str());
  816                                      args[0].c_str());
  881           args[0].c_str());
 1457               entry.c_str(), m_options.m_allow_reload, init_session, error)) {
 1805       result.AppendErrorWithFormat("command %s not found", command[0].c_str());
tools/lldb/source/Commands/CommandObjectFrame.cpp
  356             command[0].c_str());
  366                                        command[0].c_str());
  571                                                entry.c_str());
  580                     entry.c_str());
  613                   valobj_sp->GetParent() ? entry.c_str() : nullptr);
  623                                                entry.c_str());
tools/lldb/source/Commands/CommandObjectHelp.cpp
  171                                         command[0].c_str(), sstr.GetData());
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1455               "'%s' is not a valid hex string value.\n", entry.c_str());
 1473               "'%s' is not a valid boolean string value.\n", entry.c_str());
 1483               "'%s' is not a valid binary string value.\n", entry.c_str());
 1508         if (process->WriteMemory(addr, entry.c_str(), len, error) == len) {
 1522               "'%s' is not a valid signed decimal value.\n", entry.c_str());
 1541               entry.c_str());
 1558               "'%s' is not a valid octal string value.\n", entry.c_str());
 1712                 "invalid address argument \"%s\": %s\n", command[0].c_str(),
tools/lldb/source/Commands/CommandObjectProcess.cpp
 1422         int32_t signo = signals_sp->GetSignalNumberFromName(arg.c_str());
 1437                                        arg.c_str());
tools/lldb/source/Commands/CommandObjectTarget.cpp
  630                                        entry.c_str());
 2207           FindModulesByName(target, arg.c_str(), module_list, true);
 2214             "Unable to find an image that matches '%s'.\n", arg.c_str());
 2571                                            entry.c_str());
 2588                                        entry.c_str());
 4352                     entry.c_str(), resolved_symfile_path.c_str());
 4356                                            entry.c_str());
tools/lldb/source/Commands/CommandObjectThread.cpp
  855                 "invalid thread index argument: \"%s\".\n", entry.c_str());
tools/lldb/source/Interpreter/CommandObject.cpp
  973             m_interpreter.ProcessEmbeddedScriptCommands(entry.value().c_str()));
tools/lldb/source/Interpreter/Options.cpp
  901     result.push_back(const_cast<char *>(entry.c_str()));
  910       original, [arg](const Args::ArgEntry &D) { return D.c_str() == arg; });
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  364         result.AppendMessageWithFormat("%s ---> %s\n", entry.c_str(),