| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTrace.cpp | 39 error.SetErrorString(toString(trace_or_err.takeError()).c_str()); in LoadTraceFromFile() 54 error.SetErrorString("error: invalid trace"); in SaveToDisk() 59 error.SetErrorString(llvm::toString(desc_file.takeError()).c_str()); in SaveToDisk() 73 error.SetErrorString("error: invalid trace"); in Start() 76 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 86 error.SetErrorString("error: invalid trace"); in Start() 91 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 101 error.SetErrorString("error: invalid trace"); in Stop() 103 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop() 111 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 | 154 error.SetErrorString("unable to attach pid"); in RemoteLaunch() 173 error.SetErrorString( in RemoteAttachToProcessWithID() 177 error.SetErrorString("unable to attach pid"); in RemoteAttachToProcessWithID() 570 sb_error.SetErrorString("SBProcess is invalid"); in Continue() 585 sb_error.SetErrorString("SBProcess is invalid"); in Destroy() 1002 sb_error.SetErrorString("process is invalid"); in LoadImage() 1033 error.SetErrorString("process is running"); in LoadImageUsingPaths() 1036 error.SetErrorString("process is invalid"); in LoadImageUsingPaths() 1059 sb_error.SetErrorString("invalid process"); in UnloadImage() 1078 sb_error.SetErrorString("invalid process"); in SendEventData() [all …]
|
| H A D | SBThread.cpp | 624 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 659 error.SetErrorString(new_plan_status.AsCString()); in StepOut() 676 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame() 703 error.SetErrorString(new_plan_status.AsCString()); in StepOutOfFrame() 732 error.SetErrorString(new_plan_status.AsCString()); in StepInstruction() 767 error.SetErrorString(new_plan_status.AsCString()); in RunToAddress() 787 sb_error.SetErrorString("invalid line argument"); in StepOverUntil() 926 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan() 936 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan() 1016 error.SetErrorString("process is running"); in Suspend() [all …]
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 842 error_ptr->SetErrorString( in Evaluate() 1050 error_ptr->SetErrorString( in Evaluate() 1293 error_ptr->SetErrorString( in Evaluate() 1324 error_ptr->SetErrorString( in Evaluate() 1343 error_ptr->SetErrorString( in Evaluate() 1363 error_ptr->SetErrorString( in Evaluate() 1368 error_ptr->SetErrorString( in Evaluate() 1381 error_ptr->SetErrorString( in Evaluate() 1400 error_ptr->SetErrorString( in Evaluate() 1429 error_ptr->SetErrorString( in Evaluate() [all …]
|
| H A D | IRInterpreter.cpp | 734 error.SetErrorString(bad_value_error); in Interpret() 741 error.SetErrorString(bad_value_error); in Interpret() 882 error.SetErrorString(bad_value_error); in Interpret() 898 error.SetErrorString(bad_value_error); in Interpret() 958 error.SetErrorString(bad_value_error); in Interpret() 981 error.SetErrorString(bad_value_error); in Interpret() 1045 error.SetErrorString(bad_value_error); in Interpret() 1052 error.SetErrorString(bad_value_error); in Interpret() 1128 error.SetErrorString(bad_value_error); in Interpret() 1150 error.SetErrorString(bad_value_error); in Interpret() [all …]
|
| H A D | IRMemoryMap.cpp | 324 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 375 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() 669 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory() 689 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory() 795 error.SetErrorString( in GetMemoryData() [all …]
|
| /llvm-project-15.0.7/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 | 347 error.SetErrorString("invalid file handle"); in GetFileSpec() 364 error.SetErrorString( in GetFileSpec() 457 error.SetErrorString("invalid file handle"); in Flush() 474 error.SetErrorString("invalid file handle"); in Sync() 531 error.SetErrorString("feof"); in Read() 533 error.SetErrorString("ferror"); in Read() 539 error.SetErrorString("invalid file handle"); in Read() 591 error.SetErrorString("feof"); in Write() 593 error.SetErrorString("ferror"); in Write() 600 error.SetErrorString("invalid file handle"); in Write() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 179 error.SetErrorString( in WillAttachToProcessWithID() 187 error.SetErrorString( in WillAttachToProcessWithName() 371 error.SetErrorString( in DoAttachToProcessWithID() 380 error.SetErrorString( in DoAttachToProcessWithName() 606 error.SetErrorString("not connected"); in DoReadMemory() 614 error.SetErrorString("not connected"); in DoWriteMemory() 620 error.SetErrorString( in DoAllocateMemory() 627 error.SetErrorString( in DoDeallocateMemory() 677 error.SetErrorString( in EnableWatchpoint() 684 error.SetErrorString( in DisableWatchpoint() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 173 error.SetErrorString("not implemented"); 180 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter() 362 error.SetErrorString("unimplemented"); in GenerateFunction() 382 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 391 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 405 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallbackFunction() 482 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 488 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 494 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 501 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 140 m_error.SetErrorString("empty constant data"); in UpdateValue() 199 m_error.SetErrorString("invalid value"); in UpdateValue() 359 error.SetErrorString("unable to update value before writing"); in SetValueFromCString() 369 error.SetErrorString("unable to retrieve register info"); in SetValueFromCString() 379 error.SetErrorString("unable to write back to register"); in SetValueFromCString() 388 error.SetErrorString("unable to update value before writing"); in SetData() 398 error.SetErrorString("unable to retrieve register info"); in SetData() 408 error.SetErrorString("unable to write back to register"); in SetData()
|
| H A D | Value.cpp | 218 error_ptr->SetErrorString("Unable to determine byte size."); in GetValueByteSize() 315 error.SetErrorString("invalid value"); in GetValueAsData() 334 error.SetErrorString("extracting data from value failed"); in GetValueAsData() 339 error.SetErrorString("can't read load address (no execution context)"); in GetValueAsData() 361 error.SetErrorString("can't read load address (invalid process)"); in GetValueAsData() 376 error.SetErrorString("can't read file address (no execution context)"); in GetValueAsData() 378 error.SetErrorString("can't read file address (invalid target)"); in GetValueAsData() 382 error.SetErrorString("invalid file address"); in GetValueAsData() 457 error.SetErrorString( in GetValueAsData() 515 error.SetErrorString("trying to read from host address of 0."); in GetValueAsData() [all …]
|
| H A D | ValueObjectDynamicValue.cpp | 272 error.SetErrorString("unable to read value"); in SetValueFromCString() 280 error.SetErrorString("unable to read value"); in SetValueFromCString() 292 error.SetErrorString( in SetValueFromCString() 305 error.SetErrorString("unable to read value"); in SetData() 313 error.SetErrorString("unable to read value"); in SetData() 327 error.SetErrorString( in SetData()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueArray.cpp | 163 error.SetErrorString("unsupported operation"); in SetArgs() 189 error.SetErrorString( in SetArgs() 196 error.SetErrorString("insert operation takes an array index followed by " in SetArgs() 239 error.SetErrorString("remove operation takes one or more array indices"); in SetArgs() 267 error.SetErrorString( in SetArgs() 274 error.SetErrorString("replace operation takes an array index followed by " in SetArgs() 293 error.SetErrorString( in SetArgs()
|
| H A D | OptionValuePathMappings.cpp | 82 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString() 89 error.SetErrorString("assign operation takes one or more path pairs"); in SetValueFromString() 97 error.SetErrorString("append operation takes one or more path pairs"); in SetValueFromString() 156 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString() 182 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
|
| 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()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 43 error.SetErrorString("invalid register info argument."); in GetAsMemoryData() 57 error.SetErrorString("destination is too big"); in GetAsMemoryData() 66 error.SetErrorString("invalid register value to copy into"); in GetAsMemoryData() 89 error.SetErrorString("invalid register info argument."); in SetFromMemoryData() 179 error.SetErrorString("empty data."); in SetValueFromData() 184 error.SetErrorString("invalid register info."); in SetValueFromData() 191 error.SetErrorString("not enough data."); in SetValueFromData() 339 error.SetErrorString("Invalid register info argument."); in SetValueFromString() 345 error.SetErrorString("Invalid c-string value string."); in SetValueFromString() 357 error.SetErrorString("Invalid encoding."); in SetValueFromString() [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | Host.cpp | 207 error.SetErrorString("could not find support executable directory for " in ShellExpandArguments() 213 error.SetErrorString("could not find the lldb-argdumper tool"); in ShellExpandArguments() 243 error.SetErrorString("invalid JSON"); in ShellExpandArguments() 249 error.SetErrorString("invalid JSON"); in ShellExpandArguments() 255 error.SetErrorString("invalid JSON"); in ShellExpandArguments() 261 error.SetErrorString("invalid JSON"); in ShellExpandArguments()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedPythonInterface.cpp | 60 error.SetErrorString("Couldn't cast lldb::SBError to lldb::Status."); in ExtractValueFromPythonObject() 73 error.SetErrorString( in ExtractValueFromPythonObject() 91 error.SetErrorString( in ExtractValueFromPythonObject()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 165 err.SetErrorString(thisErrorString); in ScanContext() 174 err.SetErrorString(thisErrorString); in ScanContext() 195 err.SetErrorString(selfErrorString); in ScanContext() 204 err.SetErrorString(selfErrorString); in ScanContext() 238 err.SetErrorString(thisErrorString); in ScanContext() 247 err.SetErrorString(thisErrorString); in ScanContext() 265 err.SetErrorString(selfErrorString); in ScanContext() 274 err.SetErrorString(selfErrorString); in ScanContext() 281 err.SetErrorString(selfErrorString); in ScanContext() 288 err.SetErrorString(selfErrorString); in ScanContext() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 242 error.SetErrorString("Empty value object for return value."); in SetReturnValueObject() 248 error.SetErrorString("Null clang type for return value."); in SetReturnValueObject() 278 error.SetErrorString("failed to write register x0"); in SetReturnValueObject() 288 error.SetErrorString("failed to write register x1"); in SetReturnValueObject() 292 error.SetErrorString("We don't support returning longer than 128 bit " in SetReturnValueObject() 298 error.SetErrorString( in SetReturnValueObject() 310 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() 319 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject() 323 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject() 337 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() [all …]
|
| H A D | ABISysV_arm64.cpp | 214 error.SetErrorString("Empty value object for return value."); in SetReturnValueObject() 220 error.SetErrorString("Null clang type for return value."); in SetReturnValueObject() 251 error.SetErrorString("failed to write register x0"); in SetReturnValueObject() 261 error.SetErrorString("failed to write register x1"); in SetReturnValueObject() 265 error.SetErrorString("We don't support returning longer than 128 bit " in SetReturnValueObject() 271 error.SetErrorString( in SetReturnValueObject() 283 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() 292 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject() 296 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject() 310 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 149 error.SetErrorString( in ConnectRemote() 154 error.SetErrorString("failed to create a 'remote-gdb-server' platform"); in ConnectRemote() 174 error.SetErrorString("LoadLibrary error: no thread available to invoke LoadLibrary"); in DoLoadImage() 191 error.SetErrorString("LoadLibrary error: could not get function caller"); in DoLoadImage() 198 error.SetErrorString("LoadLibrary error: could not convert path to UCS2"); in DoLoadImage() 345 error.SetErrorString("LoadLibrary error: unable to get (clang) type system"); in DoLoadImage() 451 error.SetErrorString("the platform is not currently connected"); in DisconnectRemote() 483 error.SetErrorString("the platform is not currently connected"); in DebugProcess() 516 error.SetErrorString("the platform is not currently connected"); in Attach() 715 status.SetErrorString("LoadLibrary error: could not get function caller"); in MakeLoadImageUtilityFunction()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 111 error.SetErrorString("BRN::CFSD: Missing offset entry."); in CreateFromStructuredData() 119 error.SetErrorString("BRN::CFSD: Missing Skip prologue entry."); in CreateFromStructuredData() 134 error.SetErrorString("BRN::CFSD: Missing symbol names entry."); in CreateFromStructuredData() 141 error.SetErrorString("BRN::CFSD: Missing symbol names mask entry."); in CreateFromStructuredData() 147 error.SetErrorString( in CreateFromStructuredData() 153 error.SetErrorString( in CreateFromStructuredData() 164 error.SetErrorString("BRN::CFSD: name entry is not a string."); in CreateFromStructuredData() 170 error.SetErrorString("BRN::CFSD: name mask entry is not an integer."); in CreateFromStructuredData()
|