Home
last modified time | relevance | path

Searched refs:SetErrorString (Results 1 – 25 of 209) sorted by relevance

123456789

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTrace.cpp39 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()
94 error.SetErrorString("error: invalid trace"); in Start()
97 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start()
107 error.SetErrorString("error: invalid trace"); in Start()
112 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start()
[all …]
H A DSBData.cpp122 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 DSBProcess.cpp151 error.SetErrorString("must be in eStateConnected to call RemoteLaunch"); in RemoteLaunch()
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()
600 sb_error.SetErrorString("SBProcess is invalid"); in Stop()
615 sb_error.SetErrorString("SBProcess is invalid"); in Kill()
638 sb_error.SetErrorString("SBProcess is invalid"); in Detach()
653 sb_error.SetErrorString("SBProcess is invalid"); in Signal()
[all …]
H A DSBThread.cpp498 sb_error.SetErrorString("No process in SBThread::ResumeNewPlan"); in ResumeNewPlan()
504 sb_error.SetErrorString("No thread in SBThread::ResumeNewPlan"); in ResumeNewPlan()
540 error.SetErrorString("this SBThread object is invalid"); in StepOver()
587 error.SetErrorString("this SBThread object is invalid"); in StepInto()
624 error.SetErrorString(new_plan_status.AsCString()); in StepInto()
641 error.SetErrorString("this SBThread object is invalid"); in StepOut()
659 error.SetErrorString(new_plan_status.AsCString()); in StepOut()
676 error.SetErrorString("passed invalid SBFrame object"); in StepOutOfFrame()
683 error.SetErrorString("this SBThread object is invalid"); in StepOutOfFrame()
691 error.SetErrorString("passed a frame from another thread"); in StepOutOfFrame()
[all …]
H A DSBThreadPlan.cpp244 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOverRange()
284 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepInRange()
320 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepOut()
353 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForRunToAddress()
384 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
408 error.SetErrorString(plan_status.AsCString()); in QueueThreadPlanForStepScripted()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp103 error_ptr->SetErrorString("No register context in frame.\n"); in ReadRegisterValueAsScalar()
820 error_ptr->SetErrorString("failed to resolve file address in module"); in ResolveLoadAddress()
829 error_ptr->SetErrorString("failed to resolve load address"); in ResolveLoadAddress()
865 error_ptr->SetErrorString( in Evaluate()
990 error_ptr->SetErrorString("Expression stack empty for DW_OP_deref."); in Evaluate()
1044 error_ptr->SetErrorString("NULL process for DW_OP_deref.\n"); in Evaluate()
1049 error_ptr->SetErrorString( in Evaluate()
1057 error_ptr->SetErrorString("Invalid value type for DW_OP_deref.\n"); in Evaluate()
1078 error_ptr->SetErrorString( in Evaluate()
1191 error_ptr->SetErrorString("NULL process for DW_OP_deref_size.\n"); in Evaluate()
[all …]
H A DIRInterpreter.cpp530 error.SetErrorString(too_many_functions_error); in CanInterpret()
544 error.SetErrorString(unsupported_opcode_error); in CanInterpret()
558 error.SetErrorString(interpreter_internal_error); in CanInterpret()
566 error.SetErrorString(unsupported_opcode_error); in CanInterpret()
578 error.SetErrorString(interpreter_internal_error); in CanInterpret()
588 error.SetErrorString(unsupported_opcode_error); in CanInterpret()
649 error.SetErrorString(unsupported_operand_error); in CanInterpret()
661 error.SetErrorString(unsupported_operand_error); in CanInterpret()
669 error.SetErrorString(unsupported_operand_error); in CanInterpret()
707 error.SetErrorString("Couldn't allocate stack frame"); in Interpret()
[all …]
H A DIRMemoryMap.cpp318 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()
528 error.SetErrorString("Couldn't write: no allocation contains the target " in WriteMemory()
542 error.SetErrorString("Couldn't write: invalid allocation policy"); in WriteMemory()
547 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileCache.cpp30 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 DFile.cpp348 error.SetErrorString("invalid file handle"); in GetFileSpec()
354 error.SetErrorString("cannot resolve file descriptor"); in GetFileSpec()
365 error.SetErrorString( in GetFileSpec()
395 error_ptr->SetErrorString("invalid file handle"); in SeekFromStart()
421 error_ptr->SetErrorString("invalid file handle"); in SeekFromCurrent()
447 error_ptr->SetErrorString("invalid file handle"); in SeekFromEnd()
458 error.SetErrorString("invalid file handle"); in Flush()
475 error.SetErrorString("invalid file handle"); in Sync()
532 error.SetErrorString("feof"); in Read()
534 error.SetErrorString("ferror"); in Read()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp173 error.SetErrorString("launching not supported in kdp-remote plug-in"); in DoWillLaunch()
179 error.SetErrorString( in DoWillAttachToProcessWithID()
187 error.SetErrorString( in DoWillAttachToProcessWithName()
340 error.SetErrorString("KDP_REATTACH failed"); in DoConnectRemote()
343 error.SetErrorString("KDP_REATTACH failed"); in DoConnectRemote()
346 error.SetErrorString("invalid reply port from UDP connection"); in DoConnectRemote()
363 error.SetErrorString("launching not supported in kdp-remote plug-in"); in DoLaunch()
371 error.SetErrorString( in DoAttachToProcessWithID()
380 error.SetErrorString( in DoAttachToProcessWithName()
476 error.SetErrorString("KDP resume failed"); in DoResume()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h177 error.SetErrorString("not implemented");
184 error.SetErrorString("not implemented"); in ExportFunctionDefinitionToInterpreter()
193 error.SetErrorString("not implemented"); in GenerateBreakpointCommandCallbackData()
338 error.SetErrorString("Creating scripted stop-hooks with the current " in CreateScriptedStopHook()
366 error.SetErrorString("unimplemented"); in GenerateFunction()
386 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback()
395 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallback()
409 error.SetErrorString("unimplemented"); in SetBreakpointCommandCallbackFunction()
494 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword()
500 error.SetErrorString("unimplemented"); in RunScriptFormatKeyword()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp141 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 DValue.cpp219 error_ptr->SetErrorString("Unable to determine byte size."); in GetValueByteSize()
316 error.SetErrorString("invalid value"); in GetValueAsData()
335 error.SetErrorString("extracting data from value failed"); in GetValueAsData()
340 error.SetErrorString("can't read load address (no execution context)"); in GetValueAsData()
362 error.SetErrorString("can't read load address (invalid process)"); in GetValueAsData()
377 error.SetErrorString("can't read file address (no execution context)"); in GetValueAsData()
379 error.SetErrorString("can't read file address (invalid target)"); in GetValueAsData()
383 error.SetErrorString("invalid file address"); in GetValueAsData()
458 error.SetErrorString( in GetValueAsData()
516 error.SetErrorString("trying to read from host address of 0."); in GetValueAsData()
[all …]
H A DValueObjectDynamicValue.cpp273 error.SetErrorString("unable to read value"); in SetValueFromCString()
281 error.SetErrorString("unable to read value"); in SetValueFromCString()
293 error.SetErrorString( in SetValueFromCString()
306 error.SetErrorString("unable to read value"); in SetData()
314 error.SetErrorString("unable to read value"); in SetData()
328 error.SetErrorString( in SetData()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp87 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 DOptionValueArray.cpp171 error.SetErrorString("unsupported operation"); in SetArgs()
197 error.SetErrorString( in SetArgs()
204 error.SetErrorString("insert operation takes an array index followed by " in SetArgs()
247 error.SetErrorString("remove operation takes one or more array indices"); in SetArgs()
275 error.SetErrorString( in SetArgs()
282 error.SetErrorString("replace operation takes an array index followed by " in SetArgs()
301 error.SetErrorString( in SetArgs()
H A DOptionValueFileSpecList.cpp76 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 DOptionValueDictionary.cpp120 error.SetErrorString( in SetArgs()
126 error.SetErrorString("empty argument"); in SetArgs()
130 error.SetErrorString( in SetArgs()
139 error.SetErrorString("empty dictionary key"); in SetArgs()
191 error.SetErrorString("dictionaries that can contain multiple types " in SetArgs()
210 error.SetErrorString("remove operation takes one or more key arguments"); in SetArgs()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.cpp53 error.SetErrorString("Couldn't cast lldb::SBError to lldb::Status."); in ExtractValueFromPythonObject()
66 error.SetErrorString( in ExtractValueFromPythonObject()
84 error.SetErrorString( in ExtractValueFromPythonObject()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp207 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp165 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 …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp243 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()
311 error.SetErrorString("failed to write register v0"); in SetReturnValueObject()
320 error.SetErrorString("returning float values longer than 128 " in SetReturnValueObject()
324 error.SetErrorString("v0 register is not available on this target"); in SetReturnValueObject()
338 error.SetErrorString("failed to write register v0"); in SetReturnValueObject()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp150 error.SetErrorString( in ConnectRemote()
155 error.SetErrorString("failed to create a 'remote-gdb-server' platform"); in ConnectRemote()
175 error.SetErrorString("LoadLibrary error: no thread available to invoke LoadLibrary"); in DoLoadImage()
192 error.SetErrorString("LoadLibrary error: could not get function caller"); in DoLoadImage()
199 error.SetErrorString("LoadLibrary error: could not convert path to UCS2"); in DoLoadImage()
347 error.SetErrorString("LoadLibrary error: unable to get (clang) type system"); in DoLoadImage()
454 error.SetErrorString("the platform is not currently connected"); in DisconnectRemote()
486 error.SetErrorString("the platform is not currently connected"); in DebugProcess()
519 error.SetErrorString("the platform is not currently connected"); in Attach()
721 status.SetErrorString("LoadLibrary error: could not get function caller"); in MakeLoadImageUtilityFunction()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp111 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()

123456789