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

Declarations

tools/lldb/include/lldb/Utility/Status.h
  163   void SetErrorString(llvm::StringRef err_str);

References

tools/lldb/include/lldb/Core/StructuredDataImpl.h
   53       error.SetErrorString("No structured data.");
   66       error.SetErrorString("Cannot pretty print structured data: "
   74       error.SetErrorString("Cannot pretty print structured data: "
tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  321     error.SetErrorString("Not implemented");
tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  112     error.SetErrorString("not implemented");
  119     error.SetErrorString("not implemented");
  128     error.SetErrorString("not implemented");
  284     error.SetErrorString("unimplemented");
  303     error.SetErrorString("unimplemented");
  312     error.SetErrorString("unimplemented");
  328     error.SetErrorString("unimplemented");
  405     error.SetErrorString("unimplemented");
  411     error.SetErrorString("unimplemented");
  417     error.SetErrorString("unimplemented");
  424     error.SetErrorString("unimplemented");
  431     error.SetErrorString("unimplemented");
  464     error.SetErrorString("loading unimplemented");
tools/lldb/include/lldb/Target/Process.h
  927     error.SetErrorString("remote connections are not supported");
  971     error.SetErrorString("attach by name is not supported");
 1775     error.SetErrorString("Process::GetMemoryRegionInfo() not supported");
 1793     error.SetErrorString("Process::GetWatchpointSupportInfo() not supported");
 1801     error.SetErrorString("Process::GetWatchpointSupportInfo() not supported");
 1976     error.SetErrorString("stdin unsupported");
 2428     error.SetErrorString("Not implemented");
tools/lldb/include/lldb/Utility/Status.h
  176     SetErrorString(llvm::formatv(format, std::forward<Args>(args)...).str());
tools/lldb/source/API/SBDebugger.cpp
   81         error.SetErrorString("plug-in refused to load "
   85       error.SetErrorString("plug-in is missing the required initialization: "
   90       error.SetErrorString("this file does not represent a loadable dylib");
   92       error.SetErrorString("no such file");
  308     error.ref().SetErrorString("invalid debugger");
  332     error.ref().SetErrorString("invalid file");
  355     error.ref().SetErrorString("invalid debugger");
  359     error.ref().SetErrorString("invalid file");
  381     error.ref().SetErrorString("invalid debugger");
  385     error.ref().SetErrorString("invalid file");
 1412       sb_error.ref().SetErrorString("invalid platform name");
 1415     sb_error.ref().SetErrorString("invalid debugger");
tools/lldb/source/API/SBError.cpp
  128   m_opaque_up->SetErrorString(err_str);
tools/lldb/source/API/SBValue.cpp
  112       error.SetErrorString("invalid value object");
  129       error.SetErrorString("process must be stopped.");
  146       error.SetErrorString("invalid value object");
 1102     locker.GetError().SetErrorString("No value");
tools/lldb/source/Breakpoint/Breakpoint.cpp
  129     error.SetErrorString("Can't deserialize from an invalid data object.");
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  304       error.SetErrorString("Expression did not return a result");
  317           error.SetErrorString(
  324       error.SetErrorString("Failed to get any result from the expression");
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
   77     error.SetErrorString("Missing command language value.");
tools/lldb/source/Breakpoint/BreakpointPrecondition.cpp
   24   error.SetErrorString("Base breakpoint precondition has no options.");
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
   74     error.SetErrorString("Can't deserialize from an invalid data object.");
  100     error.SetErrorString("Resolver data missing subclass options key.");
  108     error.SetErrorString("Resolver data missing offset options key.");
  136     error.SetErrorString("Exception resolvers are hard.");
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
   49     error.SetErrorString("BRFL::CFSD: Couldn't find address offset entry.");
   59       error.SetErrorString("BRA::CFSD: Couldn't read module name entry.");
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
   49     error.SetErrorString("BRFL::CFSD: Couldn't find filename entry.");
   56     error.SetErrorString("BRFL::CFSD: Couldn't find line number entry.");
   70     error.SetErrorString("BRFL::CFSD: Couldn't find check inlines entry.");
   77     error.SetErrorString("BRFL::CFSD: Couldn't find skip prologue entry.");
   84     error.SetErrorString("BRFL::CFSD: Couldn't find exact match entry.");
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   40     error.SetErrorString("BRFR::CFSD: Couldn't find regex entry.");
   49     error.SetErrorString("BRFL::CFSD: Couldn't find exact match entry.");
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  150       error.SetErrorString(
  156       error.SetErrorString(
  167         error.SetErrorString("BRN::CFSD: name entry is not a string.");
  173         error.SetErrorString("BRN::CFSD: name mask entry is not an integer.");
tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
   73     error.SetErrorString("BRFL::CFSD: Couldn't find class name entry.");
tools/lldb/source/Commands/CommandObjectMemory.cpp
  932           error.SetErrorString("unrecognized value for count");
  937           error.SetErrorString("unrecognized value for dump-offset");
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1654       error.SetErrorString(
tools/lldb/source/Commands/CommandObjectTarget.cpp
 3621           error.SetErrorString("zero is an invalid line number");
tools/lldb/source/Commands/CommandObjectType.cpp
 1626         error->SetErrorString(
 2360         error->SetErrorString(
 2486           error->SetErrorString(
tools/lldb/source/Core/Communication.cpp
   88     error_ptr->SetErrorString("Invalid connection.");
  142         error_ptr->SetErrorString("Invalid connection.");
  185     error_ptr->SetErrorString("Invalid connection.");
  299     error_ptr->SetErrorString("Invalid connection.");
tools/lldb/source/Core/Debugger.cpp
  550     error.SetErrorString("Public API layer is not available");
tools/lldb/source/Core/FormatEntity.cpp
 2023         error.SetErrorString("unmatched '}' character");
 2033         error.SetErrorString(
 2087             error.SetErrorString("octal number is larger than a single byte");
 2112             error.SetErrorString("hex number is larger than a single byte");
 2242               error.SetErrorString("the 'tid' format can only be used on "
tools/lldb/source/Core/Module.cpp
  290     error.SetErrorString("object file already exists");
  318           error.SetErrorString("unable to find suitable object file plug-in");
  325       error.SetErrorString("invalid process");
 1465     error.SetErrorString("invalid destination Target");
 1482       error.SetErrorString("invalid Platform");
 1523         error.SetErrorString("invalid ScriptInterpreter");
tools/lldb/source/Core/PluginManager.cpp
 1143   error.SetErrorString(
tools/lldb/source/Core/SearchFilter.cpp
   82     error.SetErrorString("Can't deserialize from an invalid data object.");
  105     error.SetErrorString("Filter data missing subclass options key.");
  127     error.SetErrorString("Can't serialize exception breakpoints yet.");
  481     error.SetErrorString("SFBM::CFSD: Could not find the module list key.");
  487     error.SetErrorString(
  495     error.SetErrorString("SFBM::CFSD: filter module item not a string.");
  713     error.SetErrorString("SFBM::CFSD: Could not find the CU list key.");
tools/lldb/source/Core/UserSettingsController.cpp
   51   error.SetErrorString("no properties");
   81   error.SetErrorString("empty property list");
tools/lldb/source/Core/Value.cpp
  235     error_ptr->SetErrorString("Unable to determine byte size.");
  357       error.SetErrorString("can't read load address (no execution context)");
  379           error.SetErrorString("can't read load address (invalid process)");
  394       error.SetErrorString("can't read file address (no execution context)");
  396       error.SetErrorString("can't read file address (invalid target)");
  400         error.SetErrorString("invalid file address");
  475           error.SetErrorString(
tools/lldb/source/Core/ValueObject.cpp
  273       m_error.SetErrorString("out of scope");
  456     error.SetErrorString("failed to get a scalar result");
  886     error.SetErrorString("unable to read value");
  920         error.SetErrorString("unable to write value to memory");
  964     error.SetErrorString("no target to read from");
 1007           error.SetErrorString("invalid address");
 1016         error.SetErrorString("invalid address");
 1086     error.SetErrorString("not a string object");
 1576     error.SetErrorString("unable to read value");
 1612             error.SetErrorString("unable to write value to memory");
 1644     error.SetErrorString("unable to write aggregate data type");
tools/lldb/source/Core/ValueObjectChild.cpp
  134           m_error.SetErrorString("parent address is invalid.");
  136           m_error.SetErrorString("parent is NULL");
  171             m_error.SetErrorString("parent address is invalid.");
  173             m_error.SetErrorString("parent is NULL");
  218           m_error.SetErrorString("parent has invalid value.");
  241     m_error.SetErrorString("ValueObjectChild has a NULL parent ValueObject.");
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  277     error.SetErrorString("unable to read value");
  285     error.SetErrorString("unable to read value");
  297       error.SetErrorString(
  310     error.SetErrorString("unable to read value");
  318     error.SetErrorString("unable to read value");
  332       error.SetErrorString(
tools/lldb/source/Core/ValueObjectVariable.cpp
  136       m_error.SetErrorString("empty constant data");
  277     error.SetErrorString("unable to update value before writing");
  287       error.SetErrorString("unable to retrieve register info");
  297       error.SetErrorString("unable to write back to register");
  306     error.SetErrorString("unable to update value before writing");
  316       error.SetErrorString("unable to retrieve register info");
  326       error.SetErrorString("unable to write back to register");
tools/lldb/source/Expression/DWARFExpression.cpp
  964           error_ptr->SetErrorString("Invalid PC in frame.");
 1003       error_ptr->SetErrorString("variable not available");
 1022       error_ptr->SetErrorString(
 1128           error_ptr->SetErrorString("Expression stack empty for DW_OP_deref.");
 1221           error_ptr->SetErrorString(
 1343         error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef_size.");
 1357         error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef.");
 1407           error_ptr->SetErrorString("Expression stack empty for DW_OP_dup.");
 1419           error_ptr->SetErrorString("Expression stack empty for DW_OP_drop.");
 1432           error_ptr->SetErrorString(
 1463           error_ptr->SetErrorString(
 1482           error_ptr->SetErrorString(
 1502           error_ptr->SetErrorString(
 1507           error_ptr->SetErrorString(
 1520           error_ptr->SetErrorString(
 1539           error_ptr->SetErrorString(
 1546             error_ptr->SetErrorString("Divide by zero.");
 1554               error_ptr->SetErrorString("Divide failed.");
 1568           error_ptr->SetErrorString(
 1587           error_ptr->SetErrorString(
 1605           error_ptr->SetErrorString(
 1622           error_ptr->SetErrorString(
 1628             error_ptr->SetErrorString("Unary negate failed.");
 1641           error_ptr->SetErrorString(
 1647             error_ptr->SetErrorString("Logical NOT failed.");
 1660           error_ptr->SetErrorString(
 1678           error_ptr->SetErrorString(
 1695           error_ptr->SetErrorString(
 1704             error_ptr->SetErrorString("DW_OP_plus_uconst failed.");
 1718           error_ptr->SetErrorString(
 1736           error_ptr->SetErrorString(
 1745             error_ptr->SetErrorString("DW_OP_shr failed.");
 1760           error_ptr->SetErrorString(
 1777           error_ptr->SetErrorString(
 1801           error_ptr->SetErrorString("Invalid opcode offset in DW_OP_skip.");
 1816           error_ptr->SetErrorString(
 1830               error_ptr->SetErrorString("Invalid opcode offset in DW_OP_bra.");
 1847           error_ptr->SetErrorString(
 1868           error_ptr->SetErrorString(
 1889           error_ptr->SetErrorString(
 1910           error_ptr->SetErrorString(
 1931           error_ptr->SetErrorString(
 1952           error_ptr->SetErrorString(
 2139             error_ptr->SetErrorString(
 2276                 error_ptr->SetErrorString("failed to append piece data");
 2293                 error_ptr->SetErrorString("failed to append piece data");
 2305           error_ptr->SetErrorString(
 2361           error_ptr->SetErrorString("DW_OP_push_object_address used without "
 2387         error_ptr->SetErrorString("Unimplemented opcode DW_OP_call2.");
 2410         error_ptr->SetErrorString("Unimplemented opcode DW_OP_call4.");
 2432           error_ptr->SetErrorString(
 2445             error_ptr->SetErrorString("No module");
 2451             error_ptr->SetErrorString("unspecified architecture");
 2461             error_ptr->SetErrorString("Cannot resolve DW_OP_convert type DIE");
 2471             error_ptr->SetErrorString("Unsupported type size in DW_OP_convert");
 2485             error_ptr->SetErrorString("Unsupported encoding in DW_OP_convert");
 2491           error_ptr->SetErrorString("Unsupported pointer size");
 2514           error_ptr->SetErrorString("Stack frame does not include a canonical "
 2519           error_ptr->SetErrorString("Invalid stack frame in context for "
 2536             error_ptr->SetErrorString(
 2539             error_ptr->SetErrorString(
 2547           error_ptr->SetErrorString("No context to evaluate TLS within.");
 2554           error_ptr->SetErrorString("No thread to evaluate TLS within.");
 2566           error_ptr->SetErrorString(
 2585           error_ptr->SetErrorString("DW_OP_GNU_addr_index found without a "
 2605           error_ptr->SetErrorString("DW_OP_GNU_const_index found without a "
 2638         error_ptr->SetErrorString("Stack empty after evaluation.");
tools/lldb/source/Expression/IRExecutionUnit.cpp
  147     ret.SetErrorString("Couldn't find the target");
  182     ret.SetErrorString("Couldn't find the process");
  229     error.SetErrorString("Couldn't write the JIT compiled code into the "
  414     error.SetErrorString(ss.GetString());
tools/lldb/source/Expression/IRInterpreter.cpp
  500         error.SetErrorString(too_many_functions_error);
  515         error.SetErrorString(unsupported_opcode_error);
  529           error.SetErrorString(interpreter_internal_error);
  537           error.SetErrorString(unsupported_opcode_error);
  548           error.SetErrorString(interpreter_internal_error);
  558           error.SetErrorString(unsupported_opcode_error);
  607           error.SetErrorString(unsupported_operand_error);
  619           error.SetErrorString(unsupported_operand_error);
  627             error.SetErrorString(unsupported_operand_error);
  666     error.SetErrorString("Couldn't allocate stack frame");
  675       error.SetErrorString("Not enough arguments passed in to function");
  718         error.SetErrorString(interpreter_internal_error);
  731         error.SetErrorString(bad_value_error);
  738         error.SetErrorString(bad_value_error);
  813         error.SetErrorString(interpreter_internal_error);
  821         error.SetErrorString(unsupported_opcode_error);
  840         error.SetErrorString(memory_allocation_error);
  850         error.SetErrorString(memory_allocation_error);
  861         error.SetErrorString(memory_write_error);
  885         error.SetErrorString(interpreter_internal_error);
  896         error.SetErrorString(bad_value_error);
  910         error.SetErrorString(interpreter_internal_error);
  921         error.SetErrorString(bad_value_error);
  938         error.SetErrorString(interpreter_internal_error);
  950           error.SetErrorString(bad_value_error);
  980         error.SetErrorString(interpreter_internal_error);
  988         error.SetErrorString(interpreter_internal_error);
  997         error.SetErrorString(bad_value_error);
 1015         error.SetErrorString(interpreter_internal_error);
 1028         error.SetErrorString(bad_value_error);
 1050             error.SetErrorString(bad_value_error);
 1086         error.SetErrorString(interpreter_internal_error);
 1101         error.SetErrorString(bad_value_error);
 1108         error.SetErrorString(bad_value_error);
 1182         error.SetErrorString(interpreter_internal_error);
 1193         error.SetErrorString(bad_value_error);
 1213         error.SetErrorString(interpreter_internal_error);
 1224         error.SetErrorString(bad_value_error);
 1244         error.SetErrorString(interpreter_internal_error);
 1255         error.SetErrorString(bad_value_error);
 1274         error.SetErrorString(interpreter_internal_error);
 1291         error.SetErrorString(interpreter_internal_error);
 1302         error.SetErrorString(bad_value_error);
 1309         error.SetErrorString(bad_value_error);
 1320         error.SetErrorString(memory_read_error);
 1333         error.SetErrorString(memory_read_error);
 1343         error.SetErrorString(memory_read_error);
 1365         error.SetErrorString(interpreter_internal_error);
 1390         error.SetErrorString(bad_value_error);
 1397         error.SetErrorString(bad_value_error);
 1408         error.SetErrorString(memory_read_error);
 1421         error.SetErrorString(memory_read_error);
 1431         error.SetErrorString(memory_write_error);
 1450         error.SetErrorString(interpreter_internal_error);
 1461         error.SetErrorString("unable to access return type");
 1469         error.SetErrorString("return type is not supported");
 1493         error.SetErrorString("unable to get address of function");
 1505         error.SetErrorString("call need function pointer");
 1513         error.SetErrorString("call need function pointer");
 1650     error.SetErrorString(infinite_loop_error);
tools/lldb/source/Expression/IRMemoryMap.cpp
  318     error.SetErrorString("Couldn't malloc: invalid allocation policy");
  324       error.SetErrorString("Couldn't malloc: address space is full");
  355         error.SetErrorString("Couldn't malloc: address space is full");
  375         error.SetErrorString(
  381       error.SetErrorString("Couldn't malloc: process doesn't exist, and this "
  437     error.SetErrorString("Couldn't leak: allocation doesn't exist");
  453     error.SetErrorString("Couldn't free: allocation doesn't exist");
  529     error.SetErrorString("Couldn't write: no allocation contains the target "
  543     error.SetErrorString("Couldn't write: invalid allocation policy");
  548       error.SetErrorString("Couldn't write: data buffer is empty");
  556       error.SetErrorString("Couldn't write: data buffer is empty");
  605       error.SetErrorString(
  610     error.SetErrorString("Couldn't write scalar: its size was zero");
  647     error.SetErrorString("Couldn't read: no allocation contains the target "
  658     error.SetErrorString("Couldn't read: data is not in the allocation");
  667     error.SetErrorString("Couldn't read: invalid allocation policy");
  672       error.SetErrorString("Couldn't read: data buffer is empty");
  677       error.SetErrorString("Couldn't read: not enough underlying data");
  692         error.SetErrorString("Couldn't read: data buffer is empty");
  758     error.SetErrorString("Couldn't read scalar: its size was zero");
  802       error.SetErrorString(
  807       error.SetErrorString(
  815         error.SetErrorString("Couldn't get memory data: data buffer is empty");
  833         error.SetErrorString("Couldn't get memory data: data buffer is empty");
  843     error.SetErrorString("Couldn't get memory data: its size was zero");
tools/lldb/source/Expression/Materializer.cpp
  780         err.SetErrorString("Trying to create a temporary region for the result "
  791         err.SetErrorString("can't get size of type");
  840       err.SetErrorString("Couldn't dematerialize a result variable: invalid "
  852       err.SetErrorString("Couldn't dematerialize a result variable: couldn't "
  860       err.SetErrorString("Couldn't dematerialize a result variable: no target");
  878       err.SetErrorString("Couldn't dematerialize a result variable: "
  925       err.SetErrorString(
 1357     error.SetErrorString("Couldn't materialize: already materialized");
 1365     error.SetErrorString("Couldn't materialize: target doesn't exist");
 1404     error.SetErrorString("Couldn't dematerialize: invalid dematerializer");
 1409     error.SetErrorString("Couldn't dematerialize: target is gone");
tools/lldb/source/Expression/UserExpression.cpp
  156       error.SetErrorString("a context object of an invalid type passed");
  172     error.SetErrorString("expression passed a null target");
  184       error.SetErrorString("expression needed to run but couldn't");
  241     error.SetErrorString("expression interrupted by callback before parse");
tools/lldb/source/Expression/UtilityFunction.cpp
   69     error.SetErrorString("Can't make a function caller without a process.");
tools/lldb/source/Host/common/File.cpp
  348     error.SetErrorString("cannot resolve file descriptor");
  389     error_ptr->SetErrorString("invalid file handle");
  415     error_ptr->SetErrorString("invalid file handle");
  441     error_ptr->SetErrorString("invalid file handle");
  452     error.SetErrorString("invalid file handle");
  469     error.SetErrorString("invalid file handle");
  526         error.SetErrorString("feof");
  528         error.SetErrorString("ferror");
  534     error.SetErrorString("invalid file handle");
  586         error.SetErrorString("feof");
  588         error.SetErrorString("ferror");
  595     error.SetErrorString("invalid file handle");
  648     error.SetErrorString("invalid file handle");
  720     error.SetErrorString("invalid file handle");
tools/lldb/source/Host/common/FileCache.cpp
   30     error.SetErrorString("empty path");
   45     error.SetErrorString("invalid file descriptor");
   55     error.SetErrorString("invalid host backing file");
   67     error.SetErrorString("invalid file descriptor");
   77     error.SetErrorString("invalid host backing file");
   93     error.SetErrorString("invalid file descriptor");
  103     error.SetErrorString("invalid host backing file");
tools/lldb/source/Host/common/Host.cpp
  537     error.SetErrorString("failed to get process ID");
  541       error.SetErrorString("timed out waiting for shell command to complete");
tools/lldb/source/Host/common/MainLoop.cpp
  281     error.SetErrorString("IO object is not valid.");
tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
   67       error.SetErrorString("process launch failed for unknown reasons");
tools/lldb/source/Host/common/NativeRegisterContext.cpp
  305     error.SetErrorString("invalid register info argument.");
  326     error.SetErrorString("register too small to receive memory data");
  388       error.SetErrorString("byte copy failed.");
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  344       error.SetErrorString("invalid shell path");
  347     error.SetErrorString("not launching in shell");
tools/lldb/source/Host/common/TCPSocket.cpp
  173   error.SetErrorString("Failed to connect port");
  232     error.SetErrorString("Failed to connect port");
  245     error.SetErrorString("No open listening sockets!");
tools/lldb/source/Host/common/UDPSocket.cpp
  120     error.SetErrorString("Failed to get hostspec to bind for");
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  284     error_ptr->SetErrorString("invalid connect arguments");
  367       error_ptr->SetErrorString("failed to get the connection lock for read.");
  375       error_ptr->SetErrorString("shutting down");
  475       error_ptr->SetErrorString("not connected");
  482       error_ptr->SetErrorString("shutting down");
  638     error_ptr->SetErrorString("not connected");
tools/lldb/source/Host/posix/HostProcessPosix.cpp
   36     error.SetErrorString("HostProcessPosix refers to an invalid process");
   60     error.SetErrorString("Unable to build /proc/<pid>/exe string");
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  213   error.SetErrorString(buf);
tools/lldb/source/Interpreter/OptionArgParser.cpp
   52     error.SetErrorString("invalid enumeration argument");
   57     error.SetErrorString("empty enumeration string");
   74   error.SetErrorString(strm.GetString());
  112       error.SetErrorString(error_strm.GetString());
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
   68       error.SetErrorString("--count option is disabled");
   79       error.SetErrorString("--size option is disabled");
  131         error.SetErrorString(
  145         error.SetErrorString("this command doesn't support specifying a count");
tools/lldb/source/Interpreter/OptionValue.cpp
  546     error.SetErrorString("unsupported type mask");
tools/lldb/source/Interpreter/OptionValueArray.cpp
  163     error.SetErrorString("unsupported operation");
  190             error.SetErrorString(
  197       error.SetErrorString("insert operation takes an array index followed by "
  241       error.SetErrorString("remove operation takes one or more array indices");
  270             error.SetErrorString(
  277       error.SetErrorString("replace operation takes an array index followed by "
  296         error.SetErrorString(
tools/lldb/source/Interpreter/OptionValueBoolean.cpp
   52         error.SetErrorString("invalid boolean string value <empty>");
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  109       error.SetErrorString(
  115         error.SetErrorString("empty argument");
  119         error.SetErrorString(
  128         error.SetErrorString("empty dictionary key");
  171         error.SetErrorString("dictionaries that can contain multiple types "
  189       error.SetErrorString("remove operation takes one or more key arguments");
tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
   72       error.SetErrorString(error_strm.GetString());
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   83       error.SetErrorString("invalid value string");
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   78       error.SetErrorString("replace operation takes an array index followed by "
   96       error.SetErrorString(
  121       error.SetErrorString("insert operation takes an array index followed by "
  156       error.SetErrorString("remove operation takes one or more array index");
tools/lldb/source/Interpreter/OptionValueLanguage.cpp
   58       error.SetErrorString(error_strm.GetString());
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
   83       error.SetErrorString("replace operation takes an array index followed by "
   90       error.SetErrorString("assign operation takes one or more path pairs");
   98       error.SetErrorString("append operation takes one or more path pairs");
  156       error.SetErrorString("insert operation takes an array index followed by "
  191       error.SetErrorString("remove operation takes one or more array index");
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   54       error.SetErrorString(llvm::toString(std::move(err)));
   56       error.SetErrorString("regex error");
tools/lldb/source/Interpreter/OptionValueString.cpp
   56         error.SetErrorString("mismatched quotes");
tools/lldb/source/Interpreter/Options.cpp
  858     error.SetErrorString("invalid option index"); // Shouldn't happen...
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1704     error.SetErrorString("Empty value object for return value.");
 1710     error.SetErrorString("Null clang type for return value.");
 1785       error.SetErrorString("We don't support returning longer than 64 bit "
 1790       error.SetErrorString(
 1793       error.SetErrorString(
 1798     error.SetErrorString(
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1861     error.SetErrorString("Empty value object for return value.");
 1867     error.SetErrorString("Null clang type for return value.");
 1897               error.SetErrorString("failed to write register x0");
 1907                 error.SetErrorString("failed to write register x1");
 1911           error.SetErrorString("We don't support returning longer than 128 bit "
 1917           error.SetErrorString(
 1929                     error.SetErrorString("failed to write register v0");
 1938               error.SetErrorString("returning float values longer than 128 "
 1942             error.SetErrorString("v0 register is not available on this target");
 1956                 error.SetErrorString("failed to write register v0");
 1963     error.SetErrorString("no registers are available");
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  844     error.SetErrorString("Empty value object for return value.");
  850     error.SetErrorString("Null clang type for return value.");
  895       error.SetErrorString("We don't support returning longer than 64 bit "
  900       error.SetErrorString(
  903       error.SetErrorString(
  908     error.SetErrorString(
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  313     result.SetErrorString("Empty value object for return value.");
  319     result.SetErrorString("Null clang type for return value.");
  328     result.SetErrorString("We don't support returning other types at present");
  367   result.SetErrorString(
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1847     error.SetErrorString("Empty value object for return value.");
 1853     error.SetErrorString("Null clang type for return value.");
 1899       error.SetErrorString("We don't support returning longer than 64 bit "
 1904       error.SetErrorString(
 1907       error.SetErrorString(
 1912     error.SetErrorString(
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1833     error.SetErrorString("Empty value object for return value.");
 1839     error.SetErrorString("Null clang type for return value.");
 1870               error.SetErrorString("failed to write register x0");
 1880                 error.SetErrorString("failed to write register x1");
 1884           error.SetErrorString("We don't support returning longer than 128 bit "
 1890           error.SetErrorString(
 1902                     error.SetErrorString("failed to write register v0");
 1911               error.SetErrorString("returning float values longer than 128 "
 1915             error.SetErrorString("v0 register is not available on this target");
 1929                 error.SetErrorString("failed to write register v0");
 1936     error.SetErrorString("no registers are available");
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  328     error.SetErrorString("Empty value object for return value.");
  334     error.SetErrorString("Null clang type for return value.");
  360       error.SetErrorString("Pointer to be returned is not 4 bytes wide");
  445           error.SetErrorString("Invalid number of bytes for this return type");
  457         error.SetErrorString("Implementation is missing for this clang type.");
  462       error.SetErrorString("Invalid clang type");
  468     error.SetErrorString("Currently only Integral and Floating Point clang "
  472     error.SetErrorString("Register writing failed");
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  701     error.SetErrorString("Empty value object for return value.");
  707     error.SetErrorString("Null clang type for return value.");
  752       error.SetErrorString("We don't support returning longer than 64 bit "
  757       error.SetErrorString(
  760       error.SetErrorString(
  765     error.SetErrorString(
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  662     error.SetErrorString("Empty value object for return value.");
  668     error.SetErrorString("Null clang type for return value.");
  677     error.SetErrorString("no registers are available");
  701             error.SetErrorString("failed to write register r2");
  710               error.SetErrorString("failed to write register r3");
  712             error.SetErrorString("failed to write register r2");
  715         error.SetErrorString("We don't support returning longer than 128 bit "
  719       error.SetErrorString("TODO: Handle Float Types.");
  722     error.SetErrorString("returning vector values are not supported");
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  416     error.SetErrorString("Empty value object for return value.");
  422     error.SetErrorString("Null clang type for return value.");
  455       error.SetErrorString("We don't support returning longer than 64 bit "
  460       error.SetErrorString(
  466         error.SetErrorString("can't get type size");
  487         error.SetErrorString(
  497     error.SetErrorString("We only support setting simple integer and float "
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  294     error.SetErrorString("Empty value object for return value.");
  300     error.SetErrorString("Null clang type for return value.");
  333       error.SetErrorString("We don't support returning longer than 64 bit "
  338       error.SetErrorString(
  344         error.SetErrorString("can't get size of type");
  365         error.SetErrorString(
  375     error.SetErrorString("We only support setting simple integer and float "
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  394     error.SetErrorString("Empty value object for return value.");
  400     error.SetErrorString("Null clang type for return value.");
  433       error.SetErrorString("We don't support returning longer than 64 bit "
  438       error.SetErrorString(
  444         error.SetErrorString("can't get type size");
  469         error.SetErrorString(
  479     error.SetErrorString("We only support setting simple integer and float "
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  444     error.SetErrorString("Empty value object for return value.");
  450     error.SetErrorString("Null clang type for return value.");
  483       error.SetErrorString("We don't support returning longer than 64 bit "
  488       error.SetErrorString(
  494         error.SetErrorString("can't get type size");
  520         error.SetErrorString(
  530     error.SetErrorString("We only support setting simple integer and float "
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1277     error.SetErrorString("Empty value object for return value.");
 1283     error.SetErrorString("Null clang type for return value.");
 1316       error.SetErrorString("We don't support returning longer than 64 bit "
 1321       error.SetErrorString(
 1327         error.SetErrorString("can't get type size");
 1353         error.SetErrorString(
 1366     error.SetErrorString("We only support setting simple integer and float "
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
 1527   error.SetErrorString(
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  441         error.SetErrorString("dyld lock held - unsafe to load images.");
  451         error.SetErrorString("could not find the dyld library or "
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
 1042   error.SetErrorString("unsafe to load or unload shared libraries");
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
  126   error.SetErrorString("can't load images on with a static debug session");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
 1180     err.SetErrorString("IR doesn't contain a module");
 1253       err.SetErrorString(
 1278       err.SetErrorString("Expression needed to run in the target, but the "
 1284       err.SetErrorString("Top-level code needs to be inserted into a runnable "
 1300               err.SetErrorString(install_diagnostics.GetString().c_str());
 1302               err.SetErrorString("couldn't install checkers, unknown error");
 1321             err.SetErrorString("Couldn't add dynamic checks to the expression");
 1356     err.SetErrorString(
 1362     err.SetErrorString("can't run static initializers without a thread");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  165           err.SetErrorString(thisErrorString);
  174           err.SetErrorString(thisErrorString);
  195           err.SetErrorString(selfErrorString);
  204           err.SetErrorString(selfErrorString);
  238             err.SetErrorString(thisErrorString);
  247             err.SetErrorString(thisErrorString);
  265             err.SetErrorString(selfErrorString);
  274             err.SetErrorString(selfErrorString);
  281             err.SetErrorString(selfErrorString);
  288             err.SetErrorString(selfErrorString);
  299             err.SetErrorString(selfErrorString);
  842         object_ptr_error.SetErrorString("Can't get context object's "
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  381     error.SetErrorString("no process");
  385     error.SetErrorString("no module");
  402       error.SetErrorString("symbol address invalid");
  406     error.SetErrorString("no symbol");
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  396     error.SetErrorString(
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1024         error.SetErrorString("failed to read FreeBSD ABI note payload");
 1055             error.SetErrorString("failed to read GNU ABI note payload");
 1116               error.SetErrorString("failed to read GNU_BUILD_ID note payload");
 1136         error.SetErrorString("failed to read NetBSD ABI note payload");
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6300         error.SetErrorString(
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  315     error.SetErrorString(
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  255       error.SetErrorString("the platform is not currently connected");
  292       error.SetErrorString("the platform is not currently connected");
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  306       error.SetErrorString("CreateTarget() returned nullptr");
  321     error.SetErrorString("CreateProcess() failed for gdb-remote process");
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  505     error.SetErrorString("invalid platform file argument");
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  275       error.SetErrorString("CreateTarget() returned nullptr");
  290     error.SetErrorString("CreateProcess() failed for gdb-remote process");
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  370         error.SetErrorString("unable to open destination file");
  388             error.SetErrorString("unable to write to destination file");
  401         error.SetErrorString("unable to close destination file");
  457       error.SetErrorString("failed to create a 'remote-gdb-server' platform");
  497       error.SetErrorString("the platform is not currently connected");
  552       error.SetErrorString("the platform is not currently connected");
  578       error.SetErrorString("the platform is not currently connected");
  737     error.SetErrorString("dlopen error: could not get function caller.");
  758     error.SetErrorString("dlopen error: no thread available to call dlopen.");
  784     error.SetErrorString("dlopen error: could not get function caller.");
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  279           error.SetErrorString(
  284       error.SetErrorString("failed to create a 'remote-gdb-server' platform");
  304       error.SetErrorString("the platform is not currently connected");
  336       error.SetErrorString("the platform is not currently connected");
  366       error.SetErrorString("the platform is not currently connected");
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  316             error.SetErrorString("handshake failed");
  320       error.SetErrorString(
  437         error.SetErrorString("failed to get PID");
  440       error.SetErrorString(error_str.c_str());
  503       error.SetErrorString("not connected to remote gdb server");
  590       error.SetErrorString("not connected to remote gdb server");
  822     error.SetErrorString("Not connected to remote gdb server");
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1886       error.SetErrorString("tracing not active for this process");
 1911     error.SetErrorString("tracing already active on this process");
 1949     error.SetErrorString("invalid thread id");
 1956     error.SetErrorString("tracing already active on this thread");
 1980     error.SetErrorString("tracing not active for this thread");
 2015     error.SetErrorString("trace not supported");
 2046     error.SetErrorString("invalid trace id");
 2055     error.SetErrorString("tracing not active for this thread");
 2061     error.SetErrorString("invalid trace id");
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  414     error.SetErrorString("reg_info NULL");
  482           error.SetErrorString("failed to copy ymm register value");
  491           error.SetErrorString("failed to copy mpx register value");
  500           error.SetErrorString("failed to copy mpx register value");
  506         error.SetErrorString(
  512     error.SetErrorString("byte order is invalid");
  731     error.SetErrorString("unsure how to save the floating point registers");
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
   90     error.SetErrorString("invalid file");
  112     error.SetErrorString("perf event syscall Failed");
  124     error.SetErrorString("Meta buffer allocation failed");
  141     error.SetErrorString("Trace buffer allocation failed");
  236   error.SetErrorString("cpu info not found");
  249     error.SetErrorString("thread not specified");
  334       error.SetErrorString("invalid offset");
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  202   error.SetErrorString("invalid register context");
  214   error.SetErrorString("invalid register context");
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  152     error.SetErrorString("invalid core module");
  158     error.SetErrorString("invalid core object file");
  164     error.SetErrorString("core file has no segments");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1096           error.SetErrorString("failed to bind to port 0 on 127.0.0.1");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  130         error_ptr->SetErrorString("failed to get reply to handshake packet");
  134       error_ptr->SetErrorString("failed to send the handshake ack");
 1431       error.SetErrorString("Stays stopped not supported by this target.");
 1438         error.SetErrorString("Sending extended disconnect packet failed.");
 1445       error.SetErrorString("Sending disconnect packet failed.");
 1516           error.SetErrorString(error_string.c_str());
 1531         error.SetErrorString("Server returned invalid range");
 1539     error.SetErrorString("qMemoryRegionInfo is not supported");
 1579   error.SetErrorString("Region not found");
 1592     error.SetErrorString("XML is not supported");
 1597     error.SetErrorString("Memory map is not supported");
 1605     error.SetErrorString("Failed to read memory map");
 1612     error.SetErrorString("Failed to parse memory map xml");
 1618     error.SetErrorString("Invalid root node in memory map xml");
 1711     error.SetErrorString("qWatchpointSupportInfo is not supported");
 3065     error.SetErrorString("failed to send vFile:pwrite packet");
 3099     error.SetErrorString("failed to send vFile:symlink packet");
 3130     error.SetErrorString("failed to send vFile:unlink packet");
 3453         error.SetErrorString("Invalid Configuration obtained");
 3474           error.SetErrorString("Invalid Configuration obtained");
 3718       err.SetErrorString("Error sending $qXfer packet");
 3725       err.SetErrorString("Empty response from $qXfer packet");
 3745       err.SetErrorString("Invalid continuation code from $qXfer packet");
 3995     error.SetErrorString("invalid type_name argument");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  103       error.SetErrorString("lost connection");
  106       error.SetErrorString("timeout");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
   57       error.SetErrorString("invalid packet");
   75       error.SetErrorString("lost connection");
   78       error.SetErrorString("timeout");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  958     error.SetErrorString("failed to create ConnectionFileDescriptor");
  965     error.SetErrorString(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
   81                           error.SetErrorString("interrupt received");
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  917             error.SetErrorString(error_str.c_str());
 1004       error.SetErrorString("not connected to remote gdb server");
 1020       error.SetErrorString("not connected to remote gdb server");
 1473       error.SetErrorString("can't make continue packet for this resume");
 1477         error.SetErrorString("Trying to resume but the async thread is dead.");
 1489         error.SetErrorString("Resume timed out.");
 1492         error.SetErrorString("Broadcast continue, but the async thread was "
 2824     status.SetErrorString("Unable to erase flash in multiple regions");
 2830     status.SetErrorString("Unable to erase flash because blocksize is 0");
 2940       error.SetErrorString("Writing to flash memory is not allowed");
 3054     error.SetErrorString(
 3156         error.SetErrorString("error sending the breakpoint request");
 3193         error.SetErrorString("error sending the hardware breakpoint request "
 3208     error.SetErrorString("hardware breakpoints are not supported");
 3311         error.SetErrorString("sending gdb watchpoint packet failed");
 3313       error.SetErrorString("watchpoints not supported");
 3315     error.SetErrorString("Watchpoint argument was NULL.");
 3357         error.SetErrorString("sending gdb watchpoint packet failed");
 3361     error.SetErrorString("Watchpoint argument was NULL.");
 3525       error.SetErrorString("connection failed");
 3998       error.SetErrorString("Sending events is not supported for this process.");
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  195     error.SetErrorString("invalid core module");
  201     error.SetErrorString("invalid core object file");
  206     error.SetErrorString("core file doesn't contain any LC_THREAD load "
  214     error.SetErrorString("core file has no sections");
  220     error.SetErrorString("core file has no sections");
tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.h
   69     error.SetErrorString("Insufficient buffer!");
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  229     error.SetErrorString("failed to parse PID");
  317     error.SetErrorString("could not parse memory info");
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1252       error.SetErrorString("cannot pass extra_args to a three argument callback"
 1357     error.SetErrorString("No input data.");
 1362     error.SetErrorString("No output function name.");
 2022     error.SetErrorString("no such file");
 2142     error.SetErrorString("No input data.");
 2560     error.SetErrorString("no process");
 2564     error.SetErrorString("no function to execute");
 2575       error.SetErrorString("python script evaluation failed");
 2585     error.SetErrorString("no thread");
 2589     error.SetErrorString("no function to execute");
 2600       error.SetErrorString("python script evaluation failed");
 2610     error.SetErrorString("no thread");
 2614     error.SetErrorString("no function to execute");
 2625       error.SetErrorString("python script evaluation failed");
 2635     error.SetErrorString("no frame");
 2639     error.SetErrorString("no function to execute");
 2650       error.SetErrorString("python script evaluation failed");
 2660     error.SetErrorString("no value");
 2664     error.SetErrorString("no function to execute");
 2675       error.SetErrorString("python script evaluation failed");
 2696     error.SetErrorString("invalid pathname");
 2726         error.SetErrorString("invalid pathname");
 2733         error.SetErrorString("invalid directory name");
 2753         error.SetErrorString("Python sys.path handling failed");
 2766       error.SetErrorString("no known way to import this module specification");
 2795       error.SetErrorString("module already imported");
 2822       error.SetErrorString("calling __lldb_init_module failed");
 2890     error.SetErrorString("no function to execute");
 2898     error.SetErrorString("invalid Debugger pointer");
 2921     error.SetErrorString("unable to execute script function");
 2934     error.SetErrorString("no function to execute");
 2942     error.SetErrorString("invalid Debugger pointer");
 2965     error.SetErrorString("unable to execute script function");
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  284       error.SetErrorString("regex filter type requires a regex "
  292       error.SetErrorString(llvm::toString(std::move(err)));
  335       error.SetErrorString("exact match filter type requires an "
  642       error.SetErrorString("invalid rule_text");
  681       error.SetErrorString("filter action must be \"accept\" or \"deny\"");
  992     error.SetErrorString("failed to find option setting for "
 1138     error.SetErrorString("Internal error: message not set.");
 1154     error.SetErrorString("No structured data.");
 1440     error.SetErrorString("requires a target to auto-enable DarwinLog.");
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  244     error.SetErrorString("Not safe to call functions on this thread.");
  346     error.SetErrorString("Unable to compile function to call "
  357     error.SetErrorString("Could not retrieve function caller for "
  370     error.SetErrorString("Unable to call "
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  244     error.SetErrorString("Not safe to call functions on this thread.");
  351     error.SetErrorString("Unable to compile function to call "
  366     error.SetErrorString("Unable to call "
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  247     error.SetErrorString("Not safe to call functions on this thread.");
  327     error.SetErrorString(
  336     error.SetErrorString(
  365     error.SetErrorString("Unable to call introspection_get_dispatch_queues() "
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  252     error.SetErrorString("Not safe to call functions on this thread.");
  354     error.SetErrorString("Unable to compile function to call "
  363     error.SetErrorString("Unable to compile function caller for "
  378     error.SetErrorString("Unable to call "
tools/lldb/source/Symbol/SymbolContext.cpp
  715     error.SetErrorString("Symbol context has no line table.");
  745     error.SetErrorString(
  885       error.SetErrorString(ss.GetData());
  896       error.SetErrorString(ss.GetData());
tools/lldb/source/Symbol/Variable.cpp
  338     error.SetErrorString("unknown error");
  348       error.SetErrorString("unknown error");
  382       error.SetErrorString("unknown error");
  400       error.SetErrorString("unknown error");
  446   error.SetErrorString("unknown error");
tools/lldb/source/Target/Platform.cpp
  300     error.SetErrorString("invalid platform name");
  365     error.SetErrorString("invalid platform name");
  584       rc_baton->error.SetErrorString(rc_baton2.error.AsCString());
  619       rc_baton->error.SetErrorString(err.AsCString());
  731       error.SetErrorString("platform install doesn't handle pipes");
  734       error.SetErrorString("platform install doesn't handle sockets");
  737       error.SetErrorString(
  887     error.SetErrorString("unable to resolve symbol file");
 1050     error.SetErrorString(
 1658       error.SetErrorString("read 0 bytes");
 1730   error.SetErrorString("Neither local nor remote file was specified");
 1739   error.SetErrorString("LoadImage is not supported on the current platform");
tools/lldb/source/Target/Process.cpp
 1772     error.SetErrorString("BreakpointSite contains an invalid load address.");
 1788       error.SetErrorString(
 1811             error.SetErrorString(
 1814           error.SetErrorString(
 1817         error.SetErrorString("Unable to write breakpoint trap to memory.");
 1819       error.SetErrorString("Unable to read memory at breakpoint address.");
 1842     error.SetErrorString("Breakpoint site is a hardware breakpoint.");
 1865             error.SetErrorString(
 1868           error.SetErrorString(
 1893                 error.SetErrorString("Failed to restore original opcode.");
 1896             error.SetErrorString("Failed to read memory to verify that "
 1900         error.SetErrorString(
 2031       error.SetErrorString("invalid arguments");
 2077       result_error.SetErrorString("invalid arguments");
 2253       error.SetErrorString("failed to get scalar as memory data");
 2255     error.SetErrorString("invalid scalar value");
 2265     error.SetErrorString("byte size is zero");
 2440   error.SetErrorString("watchpoints are not supported");
 2446   error.SetErrorString("watchpoints are not supported");
 2491     error.SetErrorString("executable module does not exist");
 2523         error.SetErrorString("failed to acquire process run lock");
 2544           error.SetErrorString("failed to catch stop after launch");
 2637       error.SetErrorString(
 2778             error.SetErrorString("failed to acquire process run lock");
 2785                 error.SetErrorString("attach failed");
 2827           error.SetErrorString(
 2833       error.SetErrorString("invalid process name");
 2849         error.SetErrorString("failed to acquire process run lock");
 5591     error.SetErrorString("Invalid address argument");
tools/lldb/source/Target/RegisterContext.cpp
  297     error.SetErrorString("invalid register info argument.");
  318     error.SetErrorString("register too small to receive memory data");
  357     error.SetErrorString("invalid process");
  381         error.SetErrorString("byte copy failed.");
  395     error.SetErrorString("invalid process");
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  273       error.SetErrorString("the platform is not currently connected");
tools/lldb/source/Target/StackFrame.cpp
  655           error.SetErrorString("Failed to dereference sythetic value");
 1074     m_frame_base_error.SetErrorString(
 1099           m_frame_base_error.SetErrorString(
 1105       m_frame_base_error.SetErrorString("No function in symbol context.");
 1120       error_ptr->SetErrorString("No function in symbol context.");
tools/lldb/source/Target/Target.cpp
  783     error.SetErrorString("process is not alive");
  789       error.SetErrorString("cannot set a watchpoint with watch_size of 0");
  971     error.SetErrorString("Invalid FileSpec.");
 1685       error.SetErrorString("section is encrypted");
 1700         error.SetErrorString("address isn't from a object file");
 1702       error.SetErrorString("address isn't in a module");
 1704     error.SetErrorString("address doesn't contain a section that points to a "
 1870       result_error.SetErrorString("invalid arguments");
 2005           error.SetErrorString("no platform is currently set");
 2029             error_ptr->SetErrorString("debug info files aren't valid target "
 2036             error_ptr->SetErrorString("stub libraries aren't valid target "
 2041             error_ptr->SetErrorString(
 2869       error.SetErrorString(
 2915       error.SetErrorString("failed to launch or debug process");
 3065           error.SetErrorString(
tools/lldb/source/Target/TargetList.cpp
  234             error.SetErrorString("No matching platforms found for this file, "
  255             error.SetErrorString(error_strm.GetString());
tools/lldb/source/Target/Thread.cpp
 1164     status.SetErrorString(s.GetString());
 1180     status.SetErrorString(s.GetString());
 1339   error.SetErrorString("No expressions currently active on this thread");
 1645     return_error.SetErrorString("Can't return to a null frame.");
 1653     return_error.SetErrorString("No older frame to return to.");
 1660       return_error.SetErrorString("Could not find ABI to set return value.");
 1707         return_error.SetErrorString("Could not reset register values.");
 1710       return_error.SetErrorString("Frame has no register context.");
 1713     return_error.SetErrorString("Returned past top frame.");
 2134     error.SetErrorString("process not stopped");
 2167     error.SetErrorString("process not stopped");
 2191     error.SetErrorString("process not stopped");
tools/lldb/source/Utility/RegisterValue.cpp
   44     error.SetErrorString("invalid register info argument.");
   58     error.SetErrorString("destination is too big");
   67     error.SetErrorString("invalid register value to copy into");
   90     error.SetErrorString("invalid register info argument.");
  206     error.SetErrorString("empty data.");
  211     error.SetErrorString("invalid register info.");
  218     error.SetErrorString("not enough data.");
  337     error.SetErrorString("Invalid register info argument.");
  343     error.SetErrorString("Invalid c-string value string.");
  355     error.SetErrorString("Invalid encoding.");
  450       error.SetErrorString("unrecognized vector encoding string value.");
tools/lldb/source/Utility/Scalar.cpp
 2410     error.SetErrorString("Invalid c-string value string.");
 2415     error.SetErrorString("Invalid encoding.");
 2530     error.SetErrorString("vector encoding unsupported.");
 2547     error.SetErrorString("invalid encoding");
 2550     error.SetErrorString("vector encoding unsupported");
 2711     error.SetErrorString("invalid scalar value");
 2725     error.SetErrorString("failed to copy data");
tools/lldb/source/Utility/SelectHelper.cpp
  127     error.SetErrorString("no valid file descriptors");
  227       error.SetErrorString("timed out");
tools/lldb/source/Utility/Status.cpp
   80     SetErrorString(llvm::toString(std::move(error)));
tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
  474       error.SetErrorString(error_messg);
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
   31   status.SetErrorString("Test error message");