/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 161 error_ptr->SetErrorString("No register context in frame.\n"); in ReadRegisterValueAsScalar() 885 error_ptr->SetErrorString("Invalid PC in frame."); in Evaluate() 897 error_ptr->SetErrorString("variable not available"); in Evaluate() 916 error_ptr->SetErrorString( in Evaluate() 1032 error_ptr->SetErrorString("Expression stack empty for DW_OP_deref."); in Evaluate() 1049 error_ptr->SetErrorString( in Evaluate() 1056 error_ptr->SetErrorString( in Evaluate() 1063 error_ptr->SetErrorString("failed to resolve load address"); in Evaluate() 1091 error_ptr->SetErrorString("NULL process for DW_OP_deref.\n"); in Evaluate() 1096 error_ptr->SetErrorString( in Evaluate() [all …]
|
D | IRInterpreter.cpp | 496 error.SetErrorString(too_many_functions_error); in CanInterpret() 509 error.SetErrorString(unsupported_opcode_error); in CanInterpret() 523 error.SetErrorString(interpreter_internal_error); in CanInterpret() 531 error.SetErrorString(unsupported_opcode_error); in CanInterpret() 542 error.SetErrorString(interpreter_internal_error); in CanInterpret() 552 error.SetErrorString(unsupported_opcode_error); in CanInterpret() 602 error.SetErrorString(unsupported_operand_error); in CanInterpret() 614 error.SetErrorString(unsupported_operand_error); in CanInterpret() 622 error.SetErrorString(unsupported_operand_error); in CanInterpret() 661 error.SetErrorString("Couldn't allocate stack frame"); in Interpret() [all …]
|
D | IRMemoryMap.cpp | 318 error.SetErrorString("Couldn't malloc: invalid allocation policy"); in Malloc() 324 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 355 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 375 error.SetErrorString( in Malloc() 381 error.SetErrorString("Couldn't malloc: process doesn't exist, and this " 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() 529 error.SetErrorString("Couldn't write: no allocation contains the target " in WriteMemory() 543 error.SetErrorString("Couldn't write: invalid allocation policy"); in WriteMemory() 548 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory() [all …]
|
/external/llvm-project/lldb/source/Host/common/ |
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()
|
D | File.cpp | 342 error.SetErrorString("invalid file handle"); in GetFileSpec() 348 error.SetErrorString("cannot resolve file descriptor"); in GetFileSpec() 359 error.SetErrorString( in GetFileSpec() 389 error_ptr->SetErrorString("invalid file handle"); in SeekFromStart() 415 error_ptr->SetErrorString("invalid file handle"); in SeekFromCurrent() 441 error_ptr->SetErrorString("invalid file handle"); in SeekFromEnd() 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() [all …]
|
/external/llvm-project/lldb/source/API/ |
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 …]
|
D | SBProcess.cpp | 160 error.SetErrorString("must be in eStateConnected to call RemoteLaunch"); in RemoteLaunch() 163 error.SetErrorString("unable to attach pid"); in RemoteLaunch() 183 error.SetErrorString( in RemoteAttachToProcessWithID() 187 error.SetErrorString("unable to attach pid"); in RemoteAttachToProcessWithID() 327 error.SetErrorString("invalid process"); in StartTrace() 619 sb_error.SetErrorString("SBProcess is invalid"); in Continue() 634 sb_error.SetErrorString("SBProcess is invalid"); in Destroy() 649 sb_error.SetErrorString("SBProcess is invalid"); in Stop() 664 sb_error.SetErrorString("SBProcess is invalid"); in Kill() 687 sb_error.SetErrorString("SBProcess is invalid"); in Detach() [all …]
|
D | SBThread.cpp | 490 sb_error.SetErrorString("No process in SBThread::ResumeNewPlan"); in ResumeNewPlan() 496 sb_error.SetErrorString("No thread in SBThread::ResumeNewPlan"); in ResumeNewPlan() 534 error.SetErrorString("this SBThread object is invalid"); in StepOver() 586 error.SetErrorString("this SBThread object is invalid"); in StepInto() 623 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 640 error.SetErrorString("this SBThread object is invalid"); in StepOut() 658 error.SetErrorString(new_plan_status.AsCString()); in StepOut() 678 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame() 685 error.SetErrorString("this SBThread object is invalid"); in StepOutOfFrame() 693 error.SetErrorString("passed a frame from another thread"); in StepOutOfFrame() [all …]
|
D | SBTrace.cpp | 38 error.SetErrorString("invalid process"); in GetTraceData() 57 error.SetErrorString("invalid process"); in GetMetaData() 73 error.SetErrorString("invalid process"); in StopTrace() 87 error.SetErrorString("invalid process"); in GetTraceConfig()
|
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()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 188 error.SetErrorString("launching not supported in kdp-remote plug-in"); in WillLaunch() 194 error.SetErrorString( in WillAttachToProcessWithID() 202 error.SetErrorString( in WillAttachToProcessWithName() 353 error.SetErrorString("KDP_REATTACH failed"); in DoConnectRemote() 356 error.SetErrorString("KDP_REATTACH failed"); in DoConnectRemote() 359 error.SetErrorString("invalid reply port from UDP connection"); in DoConnectRemote() 376 error.SetErrorString("launching not supported in kdp-remote plug-in"); in DoLaunch() 384 error.SetErrorString( in DoAttachToProcessWithID() 393 error.SetErrorString( in DoAttachToProcessWithName() 491 error.SetErrorString("KDP resume failed"); in DoResume() [all …]
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 143 error.SetErrorString("not implemented"); 150 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter() 159 error.SetErrorString("not implemented"); in GenerateBreakpointCommandCallbackData() 304 error.SetErrorString("Creating scripted stop-hooks with the current " in CreateScriptedStopHook() 332 error.SetErrorString("unimplemented"); in GenerateFunction() 351 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 360 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback() 375 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallbackFunction() 452 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() 458 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword() [all …]
|
/external/llvm-project/lldb/source/Interpreter/ |
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()
|
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()
|
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()
|
D | OptionGroupFormat.cpp | 68 error.SetErrorString("--count option is disabled"); in SetOptionValue() 79 error.SetErrorString("--size option is disabled"); in SetOptionValue() 131 error.SetErrorString( in SetOptionValue() 145 error.SetErrorString("this command doesn't support specifying a count"); in SetOptionValue()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectVariable.cpp | 141 m_error.SetErrorString("empty constant data"); in UpdateValue() 355 error.SetErrorString("unable to update value before writing"); in SetValueFromCString() 365 error.SetErrorString("unable to retrieve register info"); in SetValueFromCString() 375 error.SetErrorString("unable to write back to register"); in SetValueFromCString() 384 error.SetErrorString("unable to update value before writing"); in SetData() 394 error.SetErrorString("unable to retrieve register info"); in SetData() 404 error.SetErrorString("unable to write back to register"); in SetData()
|
D | Value.cpp | 221 error_ptr->SetErrorString("Unable to determine byte size."); in GetValueByteSize() 332 error.SetErrorString("extracting data from value failed"); in GetValueAsData() 337 error.SetErrorString("can't read load address (no execution context)"); in GetValueAsData() 359 error.SetErrorString("can't read load address (invalid process)"); in GetValueAsData() 374 error.SetErrorString("can't read file address (no execution context)"); in GetValueAsData() 376 error.SetErrorString("can't read file address (invalid target)"); in GetValueAsData() 380 error.SetErrorString("invalid file address"); in GetValueAsData() 455 error.SetErrorString( in GetValueAsData() 513 error.SetErrorString("trying to read from host address of 0."); in GetValueAsData() 557 error.SetErrorString("out of memory"); in GetValueAsData()
|
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()
|
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
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 …]
|
/external/llvm-project/lldb/source/Utility/ |
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 …]
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
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 …]
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverFileLine.cpp | 47 error.SetErrorString("BRFL::CFSD: Couldn't find filename entry."); in CreateFromStructuredData() 54 error.SetErrorString("BRFL::CFSD: Couldn't find line number entry."); in CreateFromStructuredData() 68 error.SetErrorString("BRFL::CFSD: Couldn't find check inlines entry."); in CreateFromStructuredData() 75 error.SetErrorString("BRFL::CFSD: Couldn't find skip prologue entry."); in CreateFromStructuredData() 82 error.SetErrorString("BRFL::CFSD: Couldn't find exact match entry."); in CreateFromStructuredData()
|
/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.cpp | 170 error.SetErrorString( in ConnectRemote() 175 error.SetErrorString("failed to create a 'remote-gdb-server' platform"); in ConnectRemote() 195 error.SetErrorString("the platform is not currently connected"); in DisconnectRemote() 227 error.SetErrorString("the platform is not currently connected"); in DebugProcess() 258 error.SetErrorString("the platform is not currently connected"); in Attach()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Host.cpp | 208 error.SetErrorString("could not find support executable directory for " in ShellExpandArguments() 214 error.SetErrorString("could not find the lldb-argdumper tool"); in ShellExpandArguments() 244 error.SetErrorString("invalid JSON"); in ShellExpandArguments() 250 error.SetErrorString("invalid JSON"); in ShellExpandArguments() 256 error.SetErrorString("invalid JSON"); in ShellExpandArguments() 262 error.SetErrorString("invalid JSON"); in ShellExpandArguments()
|