/freebsd/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() 62 error.SetErrorString(llvm::toString(trace_cursor_sp.takeError()).c_str()); in CreateNewCursor() 75 error.SetErrorString("error: invalid trace"); in SaveToDisk() 80 error.SetErrorString(llvm::toString(desc_file.takeError()).c_str()); 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() 115 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start() [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("must be in eStateConnected to call RemoteLaunch"); in RemoteLaunch() 158 error.SetErrorString("unable to attach pid"); in RemoteLaunch() 177 error.SetErrorString( in RemoteAttachToProcessWithID() 181 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() 610 sb_error.SetErrorString("SBProcess is invalid"); in Stop() 625 sb_error.SetErrorString("SBProcess is invalid"); in Kill() 648 sb_error.SetErrorString("SBProcess is invalid"); in Detach() 663 sb_error.SetErrorString("SBProcess is invalid"); in Signal() [all …]
|
H A D | SBThread.cpp | 496 sb_error.SetErrorString("No process in SBThread::ResumeNewPlan"); in ResumeNewPlan() 502 sb_error.SetErrorString("No thread in SBThread::ResumeNewPlan"); in ResumeNewPlan() 538 error.SetErrorString("this SBThread object is invalid"); in StepOver() 585 error.SetErrorString("this SBThread object is invalid"); in StepInto() 622 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 639 error.SetErrorString("this SBThread object is invalid"); in StepOut() 657 error.SetErrorString(new_plan_status.AsCString()); in StepOut() 674 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame() 681 error.SetErrorString("this SBThread object is invalid"); in StepOutOfFrame() 689 error.SetErrorString("passed a frame from another thread"); in StepOutOfFrame() [all …]
|
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/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 534 error.SetErrorString(too_many_functions_error); in CanInterpret() 548 error.SetErrorString(unsupported_opcode_error); in CanInterpret() 562 error.SetErrorString(interpreter_internal_error); in CanInterpret() 570 error.SetErrorString(unsupported_opcode_error); in CanInterpret() 582 error.SetErrorString(interpreter_internal_error); in CanInterpret() 592 error.SetErrorString(unsupported_opcode_error); in CanInterpret() 653 error.SetErrorString(unsupported_operand_error); in CanInterpret() 665 error.SetErrorString(unsupported_operand_error); in CanInterpret() 673 error.SetErrorString(unsupported_operand_error); in CanInterpret() 712 error.SetErrorString("Couldn't allocate stack frame"); in Interpret() [all …]
|
H A D | IRMemoryMap.cpp | 343 error.SetErrorString("Couldn't malloc: invalid allocation policy"); in Malloc() 349 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 380 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 400 error.SetErrorString( in Malloc() 406 error.SetErrorString("Couldn't malloc: process doesn't exist, and this " 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() 553 error.SetErrorString("Couldn't write: no allocation contains the target " in WriteMemory() 567 error.SetErrorString("Couldn't write: invalid allocation policy"); in WriteMemory() 572 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPythonInterface.cpp | 51 error.SetErrorString("Couldn't cast lldb::SBError to lldb::Status."); in ExtractValueFromPythonObject() 62 error.SetErrorString("Couldn't cast lldb::SBEvent to lldb_private::Event."); in ExtractValueFromPythonObject() 74 error.SetErrorString("Couldn't cast lldb::SBStream to lldb_private::Stream."); in ExtractValueFromPythonObject() 87 error.SetErrorString( in ExtractValueFromPythonObject() 103 error.SetErrorString( in ExtractValueFromPythonObject() 118 error.SetErrorString( in ExtractValueFromPythonObject() 133 error.SetErrorString( in ExtractValueFromPythonObject() 151 error.SetErrorString( in ExtractValueFromPythonObject()
|
/freebsd/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() 367 error.SetErrorString("cannot resolve file descriptor"); in GetFileSpec() 378 error.SetErrorString( in SeekFromStart() 414 error_ptr->SetErrorString("invalid file handle"); in SeekFromCurrent() 445 error_ptr->SetErrorString("invalid file handle"); in SeekFromEnd() 475 error_ptr->SetErrorString("invalid file handle"); in Sync() 490 error.SetErrorString("invalid file handle"); in Read() 507 error.SetErrorString("invalid file handle"); in Read() 568 error.SetErrorString("feof"); in Write() 570 error.SetErrorString("ferro in Write() [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedPythonInterface.cpp |
|
H A D | ScriptInterpreterPython.cpp | 1195 error.SetErrorString("cannot pass extra_args to a three argument callback" in SetBreakpointCommandCallbackFunction() 1304 error.SetErrorString("No input data."); in GenerateFunction() 1309 error.SetErrorString("No output function name."); in GenerateFunction() 1636 error.SetErrorString("No target for scripted stop-hook."); in CreateScriptedStopHook() 1641 error.SetErrorString("No class name for scripted stop-hook."); in CreateScriptedStopHook() 1649 error.SetErrorString("No script interpreter for scripted stop-hook."); in CreateScriptedStopHook() 1685 error.SetErrorString("no such file"); in LoadPluginModule() 1803 error.SetErrorString("No input data."); in GenerateBreakpointCommandCallbackData() 2217 error.SetErrorString("no process"); in RunScriptFormatKeyword() 2221 error.SetErrorString("no function to execute"); in RunScriptFormatKeyword() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 180 error.SetErrorString("not implemented"); 187 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter() 196 error.SetErrorString("not implemented"); in GenerateBreakpointCommandCallbackData() 278 error.SetErrorString("Creating scripted stop-hooks with the current " in CreateScriptedStopHook() 307 error.SetErrorString("unimplemented"); in GenerateFunction() 328 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 337 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 351 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallbackFunction() 451 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 457 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVTable.cpp | 54 m_error.SetErrorString("owning vtable object not valid"); in UpdateValue() 60 m_error.SetErrorString("invalid vtable address"); in UpdateValue() 66 m_error.SetErrorString("no process"); in UpdateValue() 72 m_error.SetErrorString("no target"); in UpdateValue() 199 m_error.SetErrorString("no parent object"); in UpdateValue() 205 m_error.SetErrorString("no process"); in UpdateValue()
|
H A D | ValueObjectVariable.cpp | 145 m_error.SetErrorString("empty constant data"); in UpdateValue() 207 m_error.SetErrorString("invalid value"); in UpdateValue() 368 error.SetErrorString("unable to update value before writing"); in SetValueFromCString() 378 error.SetErrorString("unable to retrieve register info"); in SetValueFromCString() 388 error.SetErrorString("unable to write back to register"); in SetValueFromCString() 397 error.SetErrorString("unable to update value before writing"); in SetData() 407 error.SetErrorString("unable to retrieve register info"); in SetData() 417 error.SetErrorString("unable to write back to register"); in SetData()
|
H A D | ValueObjectDynamicValue.cpp | 215 m_error.SetErrorString("no dynamic type found"); in UpdateValue() 289 error.SetErrorString("unable to read value"); in SetValueFromCString() 297 error.SetErrorString("unable to read value"); in SetValueFromCString() 309 error.SetErrorString( in SetValueFromCString() 322 error.SetErrorString("unable to read value"); in SetData() 330 error.SetErrorString("unable to read value"); in SetData() 344 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("tryin in GetValueAsData() [all...] |
/freebsd/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/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/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/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()
|