Home
last modified time | relevance | path

Searched refs:SetErrorString (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp739 error.SetErrorString(bad_value_error); in Interpret()
747 error.SetErrorString(bad_value_error); in Interpret()
911 error.SetErrorString(bad_value_error); in Interpret()
938 error.SetErrorString(bad_value_error); in Interpret()
1017 error.SetErrorString(bad_value_error); in Interpret()
1050 error.SetErrorString(bad_value_error); in Interpret()
1127 error.SetErrorString(bad_value_error); in Interpret()
1135 error.SetErrorString(bad_value_error); in Interpret()
1221 error.SetErrorString(bad_value_error); in Interpret()
1253 error.SetErrorString(bad_value_error); in Interpret()
[all …]
H A DIRMemoryMap.cpp325 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
376 error.SetErrorString( in Malloc()
437 error.SetErrorString("Couldn't leak: allocation doesn't exist"); in Leak()
453 error.SetErrorString("Couldn't free: allocation doesn't exist"); in Free()
547 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
555 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
603 error.SetErrorString( in WriteScalarToMemory()
670 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
690 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
799 error.SetErrorString( in GetMemoryData()
[all …]
H A DDWARFExpression.cpp1323 error_ptr->SetErrorString( in Evaluate()
1354 error_ptr->SetErrorString( in Evaluate()
1537 error_ptr->SetErrorString( in Evaluate()
1761 error_ptr->SetErrorString( in Evaluate()
1796 error_ptr->SetErrorString( in Evaluate()
1817 error_ptr->SetErrorString( in Evaluate()
1839 error_ptr->SetErrorString( in Evaluate()
1844 error_ptr->SetErrorString( in Evaluate()
1859 error_ptr->SetErrorString( in Evaluate()
1880 error_ptr->SetErrorString( in Evaluate()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBData.cpp116 error.SetErrorString("no value to read from"); in GetFloat()
121 error.SetErrorString("unable to read data"); in GetFloat()
133 error.SetErrorString("no value to read from"); in GetDouble()
138 error.SetErrorString("unable to read data"); in GetDouble()
151 error.SetErrorString("no value to read from"); in GetLongDouble()
156 error.SetErrorString("unable to read data"); in GetLongDouble()
169 error.SetErrorString("no value to read from"); in GetAddress()
174 error.SetErrorString("unable to read data"); in GetAddress()
188 error.SetErrorString("no value to read from"); in GetUnsignedInt8()
193 error.SetErrorString("unable to read data"); in GetUnsignedInt8()
[all …]
H A DSBProcess.cpp146 error.SetErrorString("unable to attach pid"); in RemoteLaunch()
171 error.SetErrorString( in RemoteAttachToProcessWithID()
175 error.SetErrorString("unable to attach pid"); in RemoteAttachToProcessWithID()
361 error.SetErrorString("invalid process"); in StartTrace()
679 sb_error.SetErrorString("SBProcess is invalid"); in Continue()
1182 sb_error.SetErrorString("process is invalid"); in LoadImage()
1225 error.SetErrorString("process is running"); in LoadImageUsingPaths()
1232 error.SetErrorString("process is invalid"); in LoadImageUsingPaths()
1257 sb_error.SetErrorString("invalid process"); in UnloadImage()
1279 sb_error.SetErrorString("invalid process"); in SendEventData()
[all …]
H A DSBThread.cpp739 error.SetErrorString(new_plan_status.AsCString()); in StepInto()
776 error.SetErrorString(new_plan_status.AsCString()); in StepOut()
795 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame()
833 error.SetErrorString(new_plan_status.AsCString()); in StepOutOfFrame()
864 error.SetErrorString(new_plan_status.AsCString()); in StepInstruction()
901 error.SetErrorString(new_plan_status.AsCString()); in RunToAddress()
931 sb_error.SetErrorString("invalid line argument"); in StepOverUntil()
1058 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan()
1068 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan()
1158 error.SetErrorString("process is running"); in Suspend()
[all …]
H A DSBTrace.cpp34 error.SetErrorString("invalid process"); in GetTraceData()
51 error.SetErrorString("invalid process"); in GetMetaData()
66 error.SetErrorString("invalid process"); in StopTrace()
77 error.SetErrorString("invalid process"); in GetTraceConfig()
H A DSBThreadPlan.cpp168 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange()
202 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange()
232 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut()
259 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress()
283 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp199 error.SetErrorString("invalid file handle"); in GetFileSpec()
308 error.SetErrorString("invalid file handle"); in Flush()
325 error.SetErrorString("invalid file handle"); in Sync()
382 error.SetErrorString("feof"); in Read()
384 error.SetErrorString("ferror"); in Read()
390 error.SetErrorString("invalid file handle"); in Read()
442 error.SetErrorString("feof"); in Write()
444 error.SetErrorString("ferror"); in Write()
451 error.SetErrorString("invalid file handle"); in Write()
504 error.SetErrorString("invalid file handle"); in Read()
[all …]
H A DFileCache.cpp30 error.SetErrorString("empty path"); in OpenFile()
44 error.SetErrorString("invalid file descriptor"); in CloseFile()
54 error.SetErrorString("invalid host backing file"); in CloseFile()
66 error.SetErrorString("invalid file descriptor"); in WriteFile()
76 error.SetErrorString("invalid host backing file"); in WriteFile()
92 error.SetErrorString("invalid file descriptor"); in ReadFile()
102 error.SetErrorString("invalid host backing file"); in ReadFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h111 error.SetErrorString("not implemented");
118 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter()
125 error.SetErrorString("not implemented"); in GenerateBreakpointCommandCallbackData()
279 error.SetErrorString("unimplemented"); in GenerateFunction()
298 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback()
307 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback()
393 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword()
399 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword()
405 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword()
412 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp135 m_error.SetErrorString("parent address is invalid."); in UpdateValue()
137 m_error.SetErrorString("parent is NULL"); in UpdateValue()
172 m_error.SetErrorString("parent address is invalid."); in UpdateValue()
174 m_error.SetErrorString("parent is NULL"); in UpdateValue()
195 m_error.SetErrorString("parent has invalid value."); in UpdateValue()
218 m_error.SetErrorString("ValueObjectChild has a NULL parent ValueObject."); in UpdateValue()
H A DValueObjectVariable.cpp137 m_error.SetErrorString("empty constant data"); in UpdateValue()
323 error.SetErrorString("unable to update value before writing"); in SetValueFromCString()
333 error.SetErrorString("unable to retrieve register info"); in SetValueFromCString()
343 error.SetErrorString("unable to write back to register"); in SetValueFromCString()
352 error.SetErrorString("unable to update value before writing"); in SetData()
362 error.SetErrorString("unable to retrieve register info"); in SetData()
372 error.SetErrorString("unable to write back to register"); in SetData()
H A DValueObjectDynamicValue.cpp278 error.SetErrorString("unable to read value"); in SetValueFromCString()
286 error.SetErrorString("unable to read value"); in SetValueFromCString()
298 error.SetErrorString( in SetValueFromCString()
311 error.SetErrorString("unable to read value"); in SetData()
319 error.SetErrorString("unable to read value"); in SetData()
333 error.SetErrorString( in SetData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp146 err.SetErrorString(thisErrorString); in ScanContext()
155 err.SetErrorString(thisErrorString); in ScanContext()
176 err.SetErrorString(selfErrorString); in ScanContext()
185 err.SetErrorString(selfErrorString); in ScanContext()
219 err.SetErrorString(thisErrorString); in ScanContext()
228 err.SetErrorString(thisErrorString); in ScanContext()
246 err.SetErrorString(selfErrorString); in ScanContext()
255 err.SetErrorString(selfErrorString); in ScanContext()
262 err.SetErrorString(selfErrorString); in ScanContext()
269 err.SetErrorString(selfErrorString); in ScanContext()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp84 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString()
91 error.SetErrorString("assign operation takes one or more path pairs"); in SetValueFromString()
99 error.SetErrorString("append operation takes one or more path pairs"); in SetValueFromString()
157 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString()
192 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
H A DOptionValueArray.cpp164 error.SetErrorString("unsupported operation"); in SetArgs()
191 error.SetErrorString( in SetArgs()
198 error.SetErrorString("insert operation takes an array index followed by " in SetArgs()
242 error.SetErrorString("remove operation takes one or more array indices"); in SetArgs()
271 error.SetErrorString( in SetArgs()
278 error.SetErrorString("replace operation takes an array index followed by " in SetArgs()
297 error.SetErrorString( in SetArgs()
H A DOptionValueFileSpecLIst.cpp77 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString()
95 error.SetErrorString( in SetValueFromString()
120 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString()
155 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
H A DOptionValueDictionary.cpp110 error.SetErrorString( in SetArgs()
116 error.SetErrorString("empty argument"); in SetArgs()
120 error.SetErrorString( in SetArgs()
129 error.SetErrorString("empty dictionary key"); in SetArgs()
172 error.SetErrorString("dictionaries that can contain multiple types " in SetArgs()
190 error.SetErrorString("remove operation takes one or more key arguments"); in SetArgs()
H A DOptionGroupFormat.cpp69 error.SetErrorString("--count option is disabled"); in SetOptionValue()
80 error.SetErrorString("--size option is disabled"); in SetOptionValue()
132 error.SetErrorString( in SetOptionValue()
146 error.SetErrorString("this command doesn't support specifying a count"); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp45 error.SetErrorString("invalid register info argument."); in GetAsMemoryData()
59 error.SetErrorString("destination is too big"); in GetAsMemoryData()
68 error.SetErrorString("invalid register value to copy into"); in GetAsMemoryData()
91 error.SetErrorString("invalid register info argument."); in SetFromMemoryData()
205 error.SetErrorString("empty data."); in SetValueFromData()
210 error.SetErrorString("invalid register info."); in SetValueFromData()
217 error.SetErrorString("not enough data."); in SetValueFromData()
336 error.SetErrorString("Invalid register info argument."); in SetValueFromString()
342 error.SetErrorString("Invalid c-string value string."); in SetValueFromString()
354 error.SetErrorString("Invalid encoding."); in SetValueFromString()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1164 error.SetErrorString("TODO: implement"); in AttachToInferior()
1448 error.SetErrorString("TODO: implement"); in Halt()
1454 error.SetErrorString("TODO: implement"); in Detach()
1460 error.SetErrorString("TODO: implement"); in Signal()
1466 error.SetErrorString("TODO: implement"); in Interrupt()
1472 error.SetErrorString("TODO: implement"); in Kill()
1479 error.SetErrorString("TODO: implement"); in GetMemoryRegionInfo()
1486 error.SetErrorString("TODO: implement"); in ReadMemory()
1494 error.SetErrorString("TODO: implement"); in ReadMemoryWithoutTrap()
1501 error.SetErrorString("TODO: implement"); in WriteMemory()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1362 error.SetErrorString("No input data."); in GenerateFunction()
2025 error.SetErrorString("no such file"); in LoadPluginModule()
2141 error.SetErrorString("No input data."); in GenerateBreakpointCommandCallbackData()
2589 error.SetErrorString("no process"); in RunScriptFormatKeyword()
2593 error.SetErrorString("no function to execute"); in RunScriptFormatKeyword()
2618 error.SetErrorString("no thread"); in RunScriptFormatKeyword()
2647 error.SetErrorString("no thread"); in RunScriptFormatKeyword()
2676 error.SetErrorString("no frame"); in RunScriptFormatKeyword()
2705 error.SetErrorString("no value"); in RunScriptFormatKeyword()
2744 error.SetErrorString("invalid pathname"); in LoadScriptingModule()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp52 error.SetErrorString("BRFL::CFSD: Couldn't find filename entry."); in CreateFromStructuredData()
59 error.SetErrorString("BRFL::CFSD: Couldn't find line number entry."); in CreateFromStructuredData()
73 error.SetErrorString("BRFL::CFSD: Couldn't find check inlines entry."); in CreateFromStructuredData()
80 error.SetErrorString("BRFL::CFSD: Couldn't find skip prologue entry."); in CreateFromStructuredData()
87 error.SetErrorString("BRFL::CFSD: Couldn't find exact match entry."); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp58 error.SetErrorString("invalid packet"); in GetPacketAndSendResponse()
77 error.SetErrorString("lost connection"); in GetPacketAndSendResponse()
80 error.SetErrorString("timeout"); in GetPacketAndSendResponse()

123456