| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTrace.cpp | 39 error.SetErrorString(toString(trace_or_err.takeError()).c_str()); in LoadTraceFromFile() 50 error.SetErrorString("error: invalid trace"); in CreateNewCursor() 54 error.SetErrorString("error: invalid thread"); in CreateNewCursor() 75 error.SetErrorString("error: invalid trace"); in SaveToDisk() 97 error.SetErrorString("error: invalid trace"); in Start() 100 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 110 error.SetErrorString("error: invalid trace"); in Start() 125 error.SetErrorString("error: invalid trace"); in Stop() 127 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop() 135 error.SetErrorString("error: invalid trace"); in Stop() [all …]
|
| H A D | SBData.cpp | 122 error.SetErrorString("no value to read from"); in GetFloat() 127 error.SetErrorString("unable to read data"); in GetFloat() 137 error.SetErrorString("no value to read from"); in GetDouble() 142 error.SetErrorString("unable to read data"); in GetDouble() 152 error.SetErrorString("no value to read from"); in GetLongDouble() 157 error.SetErrorString("unable to read data"); in GetLongDouble() 167 error.SetErrorString("no value to read from"); in GetAddress() 172 error.SetErrorString("unable to read data"); in GetAddress() 182 error.SetErrorString("no value to read from"); in GetUnsignedInt8() 187 error.SetErrorString("unable to read data"); in GetUnsignedInt8() [all …]
|
| H A D | SBProcess.cpp | 155 error.SetErrorString("unable to attach pid"); in RemoteLaunch() 174 error.SetErrorString( in RemoteAttachToProcessWithID() 178 error.SetErrorString("unable to attach pid"); in RemoteAttachToProcessWithID() 580 sb_error.SetErrorString("SBProcess is invalid"); in Continue() 595 sb_error.SetErrorString("SBProcess is invalid"); in Destroy() 1024 sb_error.SetErrorString("process is invalid"); in LoadImage() 1055 error.SetErrorString("process is running"); in LoadImageUsingPaths() 1058 error.SetErrorString("process is invalid"); in LoadImageUsingPaths() 1081 sb_error.SetErrorString("invalid process"); in UnloadImage() 1100 sb_error.SetErrorString("invalid process"); in SendEventData() [all …]
|
| H A D | SBThread.cpp | 622 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 657 error.SetErrorString(new_plan_status.AsCString()); in StepOut() 674 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame() 701 error.SetErrorString(new_plan_status.AsCString()); in StepOutOfFrame() 730 error.SetErrorString(new_plan_status.AsCString()); in StepInstruction() 765 error.SetErrorString(new_plan_status.AsCString()); in RunToAddress() 785 sb_error.SetErrorString("invalid line argument"); in StepOverUntil() 922 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan() 932 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan() 1012 error.SetErrorString("process is running"); in Suspend() [all …]
|
| H A D | SBPlatform.cpp | 389 sb_error.SetErrorString("invalid platform"); in ConnectRemote() 506 sb_error.SetErrorString("invalid platform"); in Get() 595 error.SetErrorString("not connected"); in Attach() 599 error.SetErrorString("invalid platform"); in Attach() 609 error.SetErrorString("not connected"); in GetAllProcesses() 613 error.SetErrorString("invalid platform"); in GetAllProcesses() 632 sb_error.SetErrorString("not connected"); in ExecuteConnected() 634 sb_error.SetErrorString("invalid platform"); in ExecuteConnected() 648 sb_error.SetErrorString("invalid platform"); in MakeDirectory() 675 sb_error.SetErrorString("invalid platform"); in SetFilePermissions()
|
| H A D | SBThreadPlan.cpp | 243 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange() 283 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange() 319 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut() 352 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress() 383 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted() 407 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 875 error_ptr->SetErrorString( in Evaluate() 1088 error_ptr->SetErrorString( in Evaluate() 1338 error_ptr->SetErrorString( in Evaluate() 1369 error_ptr->SetErrorString( in Evaluate() 1388 error_ptr->SetErrorString( in Evaluate() 1408 error_ptr->SetErrorString( in Evaluate() 1413 error_ptr->SetErrorString( in Evaluate() 1426 error_ptr->SetErrorString( in Evaluate() 1445 error_ptr->SetErrorString( in Evaluate() 1478 error_ptr->SetErrorString( in Evaluate() [all …]
|
| H A D | IRInterpreter.cpp | 746 error.SetErrorString(timeout_error); in Interpret() 755 error.SetErrorString(interrupt_error); in Interpret() 806 error.SetErrorString(bad_value_error); in Interpret() 813 error.SetErrorString(bad_value_error); in Interpret() 960 error.SetErrorString(bad_value_error); in Interpret() 976 error.SetErrorString(bad_value_error); in Interpret() 1036 error.SetErrorString(bad_value_error); in Interpret() 1059 error.SetErrorString(bad_value_error); in Interpret() 1124 error.SetErrorString(bad_value_error); in Interpret() 1131 error.SetErrorString(bad_value_error); in Interpret() [all …]
|
| H A D | IRMemoryMap.cpp | 349 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 400 error.SetErrorString( in Malloc() 462 error.SetErrorString("Couldn't leak: allocation doesn't exist"); in Leak() 478 error.SetErrorString("Couldn't free: allocation doesn't exist"); in Free() 572 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory() 580 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory() 628 error.SetErrorString( in WriteScalarToMemory() 694 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory() 714 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory() 820 error.SetErrorString( in GetMemoryData() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 30 error.SetErrorString("empty path"); in OpenFile() 45 error.SetErrorString("invalid file descriptor"); in CloseFile() 55 error.SetErrorString("invalid host backing file"); in CloseFile() 67 error.SetErrorString("invalid file descriptor"); in WriteFile() 77 error.SetErrorString("invalid host backing file"); in WriteFile() 93 error.SetErrorString("invalid file descriptor"); in ReadFile() 103 error.SetErrorString("invalid host backing file"); in ReadFile()
|
| H A D | File.cpp | 361 error.SetErrorString("invalid file handle"); in GetFileSpec() 378 error.SetErrorString( in GetFileSpec() 507 error.SetErrorString("invalid file handle"); in Sync() 568 error.SetErrorString("feof"); in Read() 570 error.SetErrorString("ferror"); in Read() 578 error.SetErrorString("invalid file handle"); in Read() 632 error.SetErrorString("feof"); in Write() 634 error.SetErrorString("ferror"); in Write() 642 error.SetErrorString("invalid file handle"); in Write() 693 error.SetErrorString("invalid file handle"); in Read() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.cpp | 52 error.SetErrorString("Couldn't cast lldb::SBError to lldb::Status."); in ExtractValueFromPythonObject() 65 error.SetErrorString( in ExtractValueFromPythonObject() 81 error.SetErrorString( in ExtractValueFromPythonObject() 96 error.SetErrorString( in ExtractValueFromPythonObject() 111 error.SetErrorString( in ExtractValueFromPythonObject() 129 error.SetErrorString( in ExtractValueFromPythonObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 178 error.SetErrorString("not implemented"); 185 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter() 349 error.SetErrorString("unimplemented"); in GenerateFunction() 370 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 379 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 393 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallbackFunction() 479 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 485 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 491 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 498 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 141 m_error.SetErrorString("empty constant data"); in UpdateValue() 200 m_error.SetErrorString("invalid value"); in UpdateValue() 360 error.SetErrorString("unable to update value before writing"); in SetValueFromCString() 370 error.SetErrorString("unable to retrieve register info"); in SetValueFromCString() 380 error.SetErrorString("unable to write back to register"); in SetValueFromCString() 389 error.SetErrorString("unable to update value before writing"); in SetData() 399 error.SetErrorString("unable to retrieve register info"); in SetData() 409 error.SetErrorString("unable to write back to register"); in SetData()
|
| H A D | ValueObjectVTable.cpp | 52 m_error.SetErrorString("owning vtable object not valid"); in UpdateValue() 58 m_error.SetErrorString("invalid vtable address"); in UpdateValue() 64 m_error.SetErrorString("no process"); in UpdateValue() 70 m_error.SetErrorString("no target"); in UpdateValue() 201 m_error.SetErrorString("no parent object"); in UpdateValue() 207 m_error.SetErrorString("no process"); in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 212 m_error.SetErrorString("no dynamic type found"); in UpdateValue() 286 error.SetErrorString("unable to read value"); in SetValueFromCString() 294 error.SetErrorString("unable to read value"); in SetValueFromCString() 306 error.SetErrorString( in SetValueFromCString() 319 error.SetErrorString("unable to read value"); in SetData() 327 error.SetErrorString("unable to read value"); in SetData() 341 error.SetErrorString( in SetData()
|
| H A D | Value.cpp | 235 error_ptr->SetErrorString("Unable to determine byte size."); in GetValueByteSize() 332 error.SetErrorString("invalid value"); in GetValueAsData() 351 error.SetErrorString("extracting data from value failed"); in GetValueAsData() 356 error.SetErrorString("can't read load address (no execution context)"); in GetValueAsData() 378 error.SetErrorString("can't read load address (invalid process)"); in GetValueAsData() 393 error.SetErrorString("can't read file address (no execution context)"); in GetValueAsData() 395 error.SetErrorString("can't read file address (invalid target)"); in GetValueAsData() 399 error.SetErrorString("invalid file address"); in GetValueAsData() 474 error.SetErrorString( in GetValueAsData() 532 error.SetErrorString("trying to read from host address of 0."); in GetValueAsData() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValuePathMappings.cpp | 87 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString() 94 error.SetErrorString("assign operation takes one or more path pairs"); in SetValueFromString() 102 error.SetErrorString("append operation takes one or more path pairs"); in SetValueFromString() 161 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString() 187 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
|
| H A D | OptionValueArray.cpp | 169 error.SetErrorString("unsupported operation"); in SetArgs() 195 error.SetErrorString( in SetArgs() 202 error.SetErrorString("insert operation takes an array index followed by " in SetArgs() 245 error.SetErrorString("remove operation takes one or more array indices"); in SetArgs() 273 error.SetErrorString( in SetArgs() 280 error.SetErrorString("replace operation takes an array index followed by " in SetArgs() 299 error.SetErrorString( in SetArgs()
|
| H A D | OptionValueFileSpecList.cpp | 76 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString() 94 error.SetErrorString( in SetValueFromString() 118 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString() 152 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
|
| H A D | OptionValueDictionary.cpp | 123 error.SetErrorString( in SetArgs() 129 error.SetErrorString("empty argument"); in SetArgs() 133 error.SetErrorString( in SetArgs() 142 error.SetErrorString("empty dictionary key"); in SetArgs() 194 error.SetErrorString("dictionaries that can contain multiple types " in SetArgs() 213 error.SetErrorString("remove operation takes one or more key arguments"); in SetArgs()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 164 err.SetErrorString(thisErrorString); in ScanContext() 173 err.SetErrorString(thisErrorString); in ScanContext() 194 err.SetErrorString(selfErrorString); in ScanContext() 203 err.SetErrorString(selfErrorString); in ScanContext() 237 err.SetErrorString(thisErrorString); in ScanContext() 246 err.SetErrorString(thisErrorString); in ScanContext() 264 err.SetErrorString(selfErrorString); in ScanContext() 273 err.SetErrorString(selfErrorString); in ScanContext() 280 err.SetErrorString(selfErrorString); in ScanContext() 287 err.SetErrorString(selfErrorString); in ScanContext() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 243 error.SetErrorString("Empty value object for return value."); in SetReturnValueObject() 249 error.SetErrorString("Null clang type for return value."); in SetReturnValueObject() 279 error.SetErrorString("failed to write register x0"); in SetReturnValueObject() 289 error.SetErrorString("failed to write register x1"); in SetReturnValueObject() 293 error.SetErrorString("We don't support returning longer than 128 bit " in SetReturnValueObject() 299 error.SetErrorString( in SetReturnValueObject() 310 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() 312 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject() 316 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject() 329 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() [all …]
|
| H A D | ABISysV_arm64.cpp | 215 error.SetErrorString("Empty value object for return value."); in SetReturnValueObject() 221 error.SetErrorString("Null clang type for return value."); in SetReturnValueObject() 252 error.SetErrorString("failed to write register x0"); in SetReturnValueObject() 262 error.SetErrorString("failed to write register x1"); in SetReturnValueObject() 266 error.SetErrorString("We don't support returning longer than 128 bit " in SetReturnValueObject() 272 error.SetErrorString( in SetReturnValueObject() 283 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() 285 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject() 289 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject() 302 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 108 error.SetErrorString("BRN::CFSD: Missing offset entry."); in CreateFromStructuredData() 116 error.SetErrorString("BRN::CFSD: Missing Skip prologue entry."); in CreateFromStructuredData() 132 error.SetErrorString("BRN::CFSD: Missing symbol names entry."); in CreateFromStructuredData() 139 error.SetErrorString("BRN::CFSD: Missing symbol names mask entry."); in CreateFromStructuredData() 145 error.SetErrorString( in CreateFromStructuredData() 151 error.SetErrorString( in CreateFromStructuredData() 161 error.SetErrorString("BRN::CFSD: name entry is not a string."); in CreateFromStructuredData() 167 error.SetErrorString("BRN::CFSD: name mask entry is not an integer."); in CreateFromStructuredData()
|