| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 960 error_ptr->SetErrorString( in Evaluate() 1179 error_ptr->SetErrorString( in Evaluate() 1398 error_ptr->SetErrorString( in Evaluate() 1429 error_ptr->SetErrorString( in Evaluate() 1448 error_ptr->SetErrorString( in Evaluate() 1468 error_ptr->SetErrorString( in Evaluate() 1473 error_ptr->SetErrorString( in Evaluate() 1486 error_ptr->SetErrorString( in Evaluate() 1505 error_ptr->SetErrorString( in Evaluate() 1534 error_ptr->SetErrorString( in Evaluate() [all …]
|
| H A D | IRInterpreter.cpp | 726 error.SetErrorString(bad_value_error); in Interpret() 733 error.SetErrorString(bad_value_error); in Interpret() 874 error.SetErrorString(bad_value_error); in Interpret() 890 error.SetErrorString(bad_value_error); in Interpret() 950 error.SetErrorString(bad_value_error); in Interpret() 973 error.SetErrorString(bad_value_error); in Interpret() 1037 error.SetErrorString(bad_value_error); in Interpret() 1044 error.SetErrorString(bad_value_error); in Interpret() 1120 error.SetErrorString(bad_value_error); in Interpret() 1142 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() 548 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory() 556 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory() 605 error.SetErrorString( in WriteScalarToMemory() 672 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory() 692 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory() 802 error.SetErrorString( in GetMemoryData() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTrace.cpp | 40 error.SetErrorString("error: invalid trace"); in Start() 43 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 55 error.SetErrorString("error: invalid trace"); in Start() 60 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() 70 error.SetErrorString("error: invalid trace"); in Stop() 72 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop() 80 error.SetErrorString("error: invalid trace"); in Stop() 82 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop()
|
| H A D | SBData.cpp | 125 error.SetErrorString("no value to read from"); in GetFloat() 130 error.SetErrorString("unable to read data"); in GetFloat() 141 error.SetErrorString("no value to read from"); in GetDouble() 146 error.SetErrorString("unable to read data"); in GetDouble() 157 error.SetErrorString("no value to read from"); in GetLongDouble() 162 error.SetErrorString("unable to read data"); in GetLongDouble() 173 error.SetErrorString("no value to read from"); in GetAddress() 178 error.SetErrorString("unable to read data"); in GetAddress() 189 error.SetErrorString("no value to read from"); in GetUnsignedInt8() 194 error.SetErrorString("unable to read data"); in GetUnsignedInt8() [all …]
|
| H A D | SBProcess.cpp | 162 error.SetErrorString("unable to attach pid"); in RemoteLaunch() 182 error.SetErrorString( in RemoteAttachToProcessWithID() 186 error.SetErrorString("unable to attach pid"); in RemoteAttachToProcessWithID() 598 sb_error.SetErrorString("SBProcess is invalid"); in Continue() 613 sb_error.SetErrorString("SBProcess is invalid"); in Destroy() 1065 sb_error.SetErrorString("process is invalid"); in LoadImage() 1099 error.SetErrorString("process is running"); in LoadImageUsingPaths() 1102 error.SetErrorString("process is invalid"); in LoadImageUsingPaths() 1126 sb_error.SetErrorString("invalid process"); in UnloadImage() 1146 sb_error.SetErrorString("invalid process"); in SendEventData() [all …]
|
| H A D | SBThread.cpp | 639 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 674 error.SetErrorString(new_plan_status.AsCString()); in StepOut() 694 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame() 721 error.SetErrorString(new_plan_status.AsCString()); in StepOutOfFrame() 751 error.SetErrorString(new_plan_status.AsCString()); in StepInstruction() 787 error.SetErrorString(new_plan_status.AsCString()); in RunToAddress() 809 sb_error.SetErrorString("invalid line argument"); in StepOverUntil() 954 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan() 964 error.SetErrorString(new_plan_status.AsCString()); in StepUsingScriptedThreadPlan() 1047 error.SetErrorString("process is running"); in Suspend() [all …]
|
| H A D | SBError.cpp | 124 void SBError::SetErrorString(const char *err_str) { in SetErrorString() function in SBError 125 LLDB_RECORD_METHOD(void, SBError, SetErrorString, (const char *), err_str); in SetErrorString() 128 m_opaque_up->SetErrorString(err_str); in SetErrorString() 205 LLDB_REGISTER_METHOD(void, SBError, SetErrorString, (const char *)); in RegisterMethods()
|
| /freebsd-13.1/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 | 342 error.SetErrorString("invalid file handle"); in GetFileSpec() 359 error.SetErrorString( in GetFileSpec() 452 error.SetErrorString("invalid file handle"); in Flush() 469 error.SetErrorString("invalid file handle"); in Sync() 526 error.SetErrorString("feof"); in Read() 528 error.SetErrorString("ferror"); in Read() 534 error.SetErrorString("invalid file handle"); in Read() 586 error.SetErrorString("feof"); in Write() 588 error.SetErrorString("ferror"); in Write() 595 error.SetErrorString("invalid file handle"); in Write() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 170 error.SetErrorString("not implemented"); 177 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter() 359 error.SetErrorString("unimplemented"); in GenerateFunction() 379 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 388 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 402 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-13.1/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 | Value.cpp | 221 error_ptr->SetErrorString("Unable to determine byte size."); in GetValueByteSize() 318 error.SetErrorString("invalid value"); in GetValueAsData() 337 error.SetErrorString("extracting data from value failed"); in GetValueAsData() 342 error.SetErrorString("can't read load address (no execution context)"); in GetValueAsData() 364 error.SetErrorString("can't read load address (invalid process)"); in GetValueAsData() 379 error.SetErrorString("can't read file address (no execution context)"); in GetValueAsData() 381 error.SetErrorString("can't read file address (invalid target)"); in GetValueAsData() 385 error.SetErrorString("invalid file address"); in GetValueAsData() 460 error.SetErrorString( in GetValueAsData() 518 error.SetErrorString("trying to read from host address of 0."); in GetValueAsData() [all …]
|
| H A D | ValueObjectDynamicValue.cpp | 276 error.SetErrorString("unable to read value"); in SetValueFromCString() 284 error.SetErrorString("unable to read value"); in SetValueFromCString() 296 error.SetErrorString( in SetValueFromCString() 309 error.SetErrorString("unable to read value"); in SetData() 317 error.SetErrorString("unable to read value"); in SetData() 331 error.SetErrorString( in SetData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArray.cpp | 164 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 D | OptionValuePathMappings.cpp | 85 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString() 92 error.SetErrorString("assign operation takes one or more path pairs"); in SetValueFromString() 100 error.SetErrorString("append operation takes one or more path pairs"); in SetValueFromString() 163 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString() 189 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
|
| H A D | OptionValueDictionary.cpp | 110 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 D | OptionValueFileSpecList.cpp | 78 error.SetErrorString("replace operation takes an array index followed by " in SetValueFromString() 96 error.SetErrorString( in SetValueFromString() 121 error.SetErrorString("insert operation takes an array index followed by " in SetValueFromString() 156 error.SetErrorString("remove operation takes one or more array index"); in SetValueFromString()
|
| H A D | OptionGroupFormat.cpp | 66 error.SetErrorString("--count option is disabled"); in SetOptionValue() 77 error.SetErrorString("--size option is disabled"); in SetOptionValue() 129 error.SetErrorString( in SetOptionValue() 143 error.SetErrorString("this command doesn't support specifying a count"); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 168 err.SetErrorString(thisErrorString); in ScanContext() 177 err.SetErrorString(thisErrorString); in ScanContext() 198 err.SetErrorString(selfErrorString); in ScanContext() 207 err.SetErrorString(selfErrorString); in ScanContext() 241 err.SetErrorString(thisErrorString); in ScanContext() 250 err.SetErrorString(thisErrorString); in ScanContext() 268 err.SetErrorString(selfErrorString); in ScanContext() 277 err.SetErrorString(selfErrorString); in ScanContext() 284 err.SetErrorString(selfErrorString); in ScanContext() 291 err.SetErrorString(selfErrorString); in ScanContext() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 241 error.SetErrorString("Empty value object for return value."); in SetReturnValueObject() 247 error.SetErrorString("Null clang type for return value."); in SetReturnValueObject() 277 error.SetErrorString("failed to write register x0"); in SetReturnValueObject() 287 error.SetErrorString("failed to write register x1"); in SetReturnValueObject() 291 error.SetErrorString("We don't support returning longer than 128 bit " in SetReturnValueObject() 297 error.SetErrorString( in SetReturnValueObject() 309 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() 318 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject() 322 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject() 336 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() [all …]
|
| H A D | ABISysV_arm64.cpp | 213 error.SetErrorString("Empty value object for return value."); in SetReturnValueObject() 219 error.SetErrorString("Null clang type for return value."); in SetReturnValueObject() 250 error.SetErrorString("failed to write register x0"); in SetReturnValueObject() 260 error.SetErrorString("failed to write register x1"); in SetReturnValueObject() 264 error.SetErrorString("We don't support returning longer than 128 bit " in SetReturnValueObject() 270 error.SetErrorString( in SetReturnValueObject() 282 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() 291 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject() 295 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject() 309 error.SetErrorString("failed to write register v0"); in SetReturnValueObject() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| H A D | BreakpointResolverFileLine.cpp | 44 error.SetErrorString("BRFL::CFSD: Couldn't find filename entry."); in CreateFromStructuredData() 51 error.SetErrorString("BRFL::CFSD: Couldn't find line number entry."); in CreateFromStructuredData() 65 error.SetErrorString("BRFL::CFSD: Couldn't find check inlines entry."); in CreateFromStructuredData() 72 error.SetErrorString("BRFL::CFSD: Couldn't find skip prologue entry."); in CreateFromStructuredData() 79 error.SetErrorString("BRFL::CFSD: Couldn't find exact match entry."); in CreateFromStructuredData()
|