Searched refs:SetErrorString (Results 1 - 25 of 94) sorted by relevance

1234

/external/lldb/test/python_api/default-constructor/
H A Dsb_error.py17 obj.SetErrorString("xyz")
18 obj.SetErrorString(None)
/external/lldb/source/Host/common/
H A DFile.cpp181 error.SetErrorString ("invalid file to duplicate");
294 error.SetErrorString("invalid file handle");
300 error.SetErrorString ("cannot resolve file descriptor");
313 error.SetErrorString ("File::GetFileSpec is not supported on this platform");
351 error_ptr->SetErrorString("invalid file handle");
386 error_ptr->SetErrorString("invalid file handle");
421 error_ptr->SetErrorString("invalid file handle");
443 error.SetErrorString("invalid file handle");
466 error.SetErrorString("invalid file handle");
498 error.SetErrorString ("feo
[all...]
/external/lldb/source/API/
H A DSBData.cpp160 error.SetErrorString("no value to read from");
167 error.SetErrorString("unable to read data");
182 error.SetErrorString("no value to read from");
189 error.SetErrorString("unable to read data");
204 error.SetErrorString("no value to read from");
211 error.SetErrorString("unable to read data");
226 error.SetErrorString("no value to read from");
233 error.SetErrorString("unable to read data");
248 error.SetErrorString("no value to read from");
255 error.SetErrorString("unabl
[all...]
H A DSBProcess.cpp185 error.SetErrorString ("must be in eStateConnected to call RemoteLaunch");
190 error.SetErrorString ("unable to attach pid");
217 error.SetErrorString ("must be in eStateConnected to call RemoteAttachToProcessWithID");
222 error.SetErrorString ("unable to attach pid");
691 sb_error.SetErrorString ("SBProcess is invalid");
715 sb_error.SetErrorString ("SBProcess is invalid");
743 sb_error.SetErrorString ("SBProcess is invalid");
770 sb_error.SetErrorString ("SBProcess is invalid");
805 sb_error.SetErrorString ("SBProcess is invalid");
821 sb_error.SetErrorString ("SBProces
[all...]
/external/lldb/source/Core/
H A DValueObjectChild.cpp136 m_error.SetErrorString ("parent address is invalid.");
140 m_error.SetErrorString ("parent is NULL");
182 m_error.SetErrorString ("parent address is invalid.");
186 m_error.SetErrorString ("parent is NULL");
202 m_error.SetErrorString ("parent has invalid value.");
220 m_error.SetErrorString("ValueObjectChild has a NULL parent ValueObject.");
H A DConnectionMachPort.cpp58 error_ptr->SetErrorString ("already connected");
65 error_ptr->SetErrorString ("empty connect URL");
82 error_ptr->SetErrorString ("bootstrap port name is empty");
95 error_ptr->SetErrorString ("bootstrap port name is empty");
139 error_ptr->SetErrorString ("bootstrap is too long");
165 error_ptr->SetErrorString ("port netname is too long");
172 error_ptr->SetErrorString ("empty port netname");
H A DInputReader.cpp64 err.SetErrorString ("Invalid read token size: Reader must be initialized with a token size other than 'eInputReaderGranularityInvalid'.");
75 err.SetErrorString ("Invalid end token: End token cannot be larger than specified token size (byte).");
86 err.SetErrorString ("Invalid end token: End token cannot be larger than specified token size (word).");
96 err.SetErrorString ("Invalid end token: End token cannot contain a newline.");
H A DConnectionSharedMemory.cpp66 error_ptr->SetErrorString("invalid connect arguments");
112 error_ptr->SetErrorString("already open");
H A DUserSettingsController.cpp49 error.SetErrorString ("no properties");
86 error.SetErrorString("empty property list");
H A DValueObjectDynamicValue.cpp303 error.SetErrorString("unable to read value");
312 error.SetErrorString("unable to read value");
325 error.SetErrorString("unable to modify dynamic value, use 'expression' command");
340 error.SetErrorString("unable to read value");
349 error.SetErrorString("unable to read value");
364 error.SetErrorString("unable to modify dynamic value, use 'expression' command");
H A DValueObjectVariable.cpp131 m_error.SetErrorString ("empty constant data");
335 error.SetErrorString("unable to retrieve register info");
348 error.SetErrorString("unable to write back to register");
367 error.SetErrorString("unable to retrieve register info");
380 error.SetErrorString("unable to write back to register");
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp255 error.SetErrorString("Couldn't malloc: invalid allocation policy");
262 error.SetErrorString("Couldn't malloc: address space is full");
281 error.SetErrorString("Couldn't malloc: address space is full");
299 error.SetErrorString("Couldn't malloc: process doesn't support allocating memory");
306 error.SetErrorString("Couldn't malloc: process doesn't exist, and this memory must be in the process");
364 error.SetErrorString("Couldn't leak: allocation doesn't exist");
383 error.SetErrorString("Couldn't free: allocation doesn't exist");
441 error.SetErrorString("Couldn't write: no allocation contains the target range and the process doesn't exist");
455 error.SetErrorString("Couldn't write: invalid allocation policy");
461 error.SetErrorString("Could
[all...]
H A DIRInterpreter.cpp460 error.SetErrorString(unsupported_opcode_error);
476 error.SetErrorString(interpreter_internal_error);
488 error.SetErrorString(unsupported_opcode_error);
542 error.SetErrorString(unsupported_operand_error);
582 error.SetErrorString("Couldn't allocate stack frame");
593 error.SetErrorString ("Not enough arguments passed in to function");
638 error.SetErrorString(interpreter_internal_error);
653 error.SetErrorString(bad_value_error);
662 error.SetErrorString(bad_value_error);
738 error.SetErrorString(interpreter_internal_erro
[all...]
H A DDWARFExpression.cpp1247 error_ptr->SetErrorString("Invalid PC in frame.");
1278 error_ptr->SetErrorString ("variable not available");
1308 error_ptr->SetErrorString ("no location, value may have been optimized out");
1336 error_ptr->SetErrorString ("invalid offset and/or length for opcodes buffer.");
1593 error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef_size.");
1609 error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef.");
1648 error_ptr->SetErrorString("Expression stack empty for DW_OP_dup.");
1664 error_ptr->SetErrorString("Expression stack empty for DW_OP_drop.");
1681 error_ptr->SetErrorString("Expression stack needs at least 2 items for DW_OP_over.");
1720 error_ptr->SetErrorString("Expressio
[all...]
H A DClangUserExpression.cpp176 err.SetErrorString(thisErrorString);
186 err.SetErrorString(thisErrorString);
207 err.SetErrorString(selfErrorString);
217 err.SetErrorString(selfErrorString);
250 err.SetErrorString(thisErrorString);
260 err.SetErrorString(thisErrorString);
278 err.SetErrorString(selfErrorString);
288 err.SetErrorString(selfErrorString);
296 err.SetErrorString(selfErrorString);
304 err.SetErrorString(selfErrorStrin
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp221 error.SetErrorString ("launching not supported in kdp-remote plug-in");
229 error.SetErrorString ("attaching to a by process ID not supported in kdp-remote plug-in");
237 error.SetErrorString ("attaching to a by process name not supported in kdp-remote plug-in");
332 error.SetErrorString("KDP_REATTACH failed");
337 error.SetErrorString("KDP_REATTACH failed");
342 error.SetErrorString("invalid reply port from UDP connection");
364 error.SetErrorString ("launching not supported in kdp-remote plug-in");
373 error.SetErrorString ("attach to process by ID is not suppported in kdp remote debugging");
381 error.SetErrorString ("attach to process by ID is not suppported in kdp remote debugging");
389 error.SetErrorString ("attac
[all...]
/external/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp71 error.SetErrorString("replace operation takes an array index followed by one or more path pairs");
80 error.SetErrorString("assign operation takes one or more path pairs");
88 error.SetErrorString("append operation takes one or more path pairs");
128 error.SetErrorString("insert operation takes an array index followed by one or more path pairs");
167 error.SetErrorString("remove operation takes one or more array index");
H A DOptionValueArray.cpp171 error.SetErrorString("unsupported operation");
204 error.SetErrorString("array of complex types must subclass OptionValueArray");
212 error.SetErrorString("insert operation takes an array index followed by one or more values");
263 error.SetErrorString("remove operation takes one or more array indices");
298 error.SetErrorString("array of complex types must subclass OptionValueArray");
306 error.SetErrorString("replace operation takes an array index followed by one or more values");
328 error.SetErrorString("array of complex types must subclass OptionValueArray");
H A DOptionGroupFormat.cpp87 error.SetErrorString ("--count option is disabled");
100 error.SetErrorString ("--size option is disabled");
163 error.SetErrorString ("this command doesn't support specifying a byte size");
179 error.SetErrorString ("this command doesn't support specifying a count");
H A DOptionValueFileSpecLIst.cpp79 error.SetErrorString("replace operation takes an array index followed by one or more values");
100 error.SetErrorString("assign operation takes at least one file path argument");
127 error.SetErrorString("insert operation takes an array index followed by one or more values");
166 error.SetErrorString("remove operation takes one or more array index");
H A DOptionValueBoolean.cpp62 error.SetErrorString ("invalid boolean string value: NULL");
64 error.SetErrorString ("invalid boolean string value <empty>");
H A DOptionValueFileSpec.cpp96 error.SetErrorString("please supply a single path argument for this file or quote the path if it contains spaces");
101 error.SetErrorString("invalid value string");
H A DOptionValueDictionary.cpp176 error.SetErrorString("dictionaries that can contain multiple types must subclass OptionValueArray");
181 error.SetErrorString("empty argument");
187 error.SetErrorString("assign operation takes one or more key=value arguments");
206 error.SetErrorString("remove operation takes one or more key arguments");
261 error.SetErrorString ("missing '] key name terminator, key name started with ['");
281 error.SetErrorString ("missing \"] key name terminator, key name started with [\"");
295 error.SetErrorString ("missing ] key name terminator, key name started with [");
H A DOptionValueEnumeration.cpp90 error.SetErrorString(error_strm.GetData());
95 error.SetErrorString("invalid enumeration value");
/external/lldb/scripts/Python/interface/
H A DSBError.i95 SetErrorString (const char *err_str);

Completed in 1471 milliseconds

1234