Home
last modified time | relevance | path

Searched refs:SetErrorStringWithFormat (Results 1 – 25 of 161) sorted by relevance

1234567

/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.cpp88 sberror.SetErrorStringWithFormat("SBTraceOptions::TraceType not set to " in StartProcessorTrace()
102 sberror.SetErrorStringWithFormat( in StartProcessorTrace()
112 sberror.SetErrorStringWithFormat( in StartProcessorTrace()
120 sberror.SetErrorStringWithFormat( in StartProcessorTrace()
133 sberror.SetErrorStringWithFormat("%s; ProcessID = %" PRIu64, in StartProcessorTrace()
137 sberror.SetErrorStringWithFormat( in StartProcessorTrace()
165 sberror.SetErrorStringWithFormat( in StopProcessorTrace()
194 sberror.SetErrorStringWithFormat( in StopProcessorTrace()
228 sberror.SetErrorStringWithFormat( in StopProcessorTrace()
240 sberror.SetErrorStringWithFormat( in StopProcessorTrace()
[all …]
DPTDecoder.cpp96 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in StartProcessorTrace()
106 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in StopProcessorTrace()
119 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in GetInstructionLogAtOffset()
137 sberror.SetErrorStringWithFormat("invalid PTDecoder instance"); in GetProcessorTraceInfo()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_error.py19 obj.SetErrorStringWithFormat("%s!", "error")
20 obj.SetErrorStringWithFormat(None)
21 obj.SetErrorStringWithFormat("error")
22 obj.SetErrorStringWithFormat("%s %s", "warning", "danger")
23 obj.SetErrorStringWithFormat("%s %s %s", "danger", "will", "robinson")
/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp75 err.SetErrorStringWithFormat( in MakeAllocation()
113 err.SetErrorStringWithFormat( in MakeAllocation()
132 err.SetErrorStringWithFormat( in DestroyAllocation()
177 err.SetErrorStringWithFormat( in Materialize()
183 err.SetErrorStringWithFormat( in Materialize()
227 err.SetErrorStringWithFormat( in Dematerialize()
262 err.SetErrorStringWithFormat( in Dematerialize()
270 err.SetErrorStringWithFormat( in Dematerialize()
296 err.SetErrorStringWithFormat( in Dematerialize()
307 err.SetErrorStringWithFormat( in Dematerialize()
[all …]
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp51 error.SetErrorStringWithFormat( in GetAsMemoryData()
78 error.SetErrorStringWithFormat( in GetAsMemoryData()
110 error.SetErrorStringWithFormat( in SetFromMemoryData()
118 error.SetErrorStringWithFormat( in SetFromMemoryData()
254 error.SetErrorStringWithFormat( in SetValueFromData()
262 error.SetErrorStringWithFormat( in SetValueFromData()
362 error.SetErrorStringWithFormat( in SetValueFromString()
367 error.SetErrorStringWithFormat( in SetValueFromString()
374 error.SetErrorStringWithFormat( in SetValueFromString()
382 error.SetErrorStringWithFormat( in SetValueFromString()
[all …]
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp109 error.SetErrorStringWithFormat("invalid max depth '%s'", in SetOptionValue()
117 error.SetErrorStringWithFormat("invalid element count '%s'", in SetOptionValue()
125 error.SetErrorStringWithFormat("invalid pointer depth '%s'", in SetOptionValue()
135 error.SetErrorStringWithFormat("invalid pointer depth '%s'", in SetOptionValue()
143 error.SetErrorStringWithFormat("invalid synthetic-type '%s'", in SetOptionValue()
150 error.SetErrorStringWithFormat("invalid validate '%s'", in SetOptionValue()
DOptionValuePathMappings.cpp59 error.SetErrorStringWithFormat( in SetValueFromString()
76 error.SetErrorStringWithFormat( in SetValueFromString()
116 error.SetErrorStringWithFormat( in SetValueFromString()
135 error.SetErrorStringWithFormat( in SetValueFromString()
154 error.SetErrorStringWithFormat( in SetValueFromString()
175 error.SetErrorStringWithFormat( in SetValueFromString()
DOptionArgParser.cpp118 error.SetErrorStringWithFormat("%s option string", s ? "empty" : "invalid"); in ToFormat()
149 error_ptr->SetErrorStringWithFormat("invalid address expression \"%s\"", in ToAddress()
173 error_ptr->SetErrorStringWithFormat("invalid address expression \"%s\"", in ToAddress()
203 error_ptr->SetErrorStringWithFormat( in ToAddress()
237 error_ptr->SetErrorStringWithFormat( in ToAddress()
244 error_ptr->SetErrorStringWithFormat("invalid address expression \"%s\"", in ToAddress()
DOptionValueArray.cpp93 error.SetErrorStringWithFormat( in GetSubValue()
132 error.SetErrorStringWithFormat( in GetSubValue()
135 error.SetErrorStringWithFormat( in GetSubValue()
139 error.SetErrorStringWithFormat("negative index %i out of range, " in GetSubValue()
174 error.SetErrorStringWithFormat( in SetArgs()
237 error.SetErrorStringWithFormat( in SetArgs()
256 error.SetErrorStringWithFormat( in SetArgs()
DOptionValueDictionary.cpp156 error.SetErrorStringWithFormat( in SetArgs()
183 error.SetErrorStringWithFormat( in SetArgs()
223 error.SetErrorStringWithFormat("invalid value path '%s', %s values only " in GetSubValue()
243 error.SetErrorStringWithFormat("invalid value path '%s', " in GetSubValue()
252 error.SetErrorStringWithFormat( in GetSubValue()
274 error.SetErrorStringWithFormat("invalid value path '%s'", name.str().c_str()); in SetSubValue()
DOptionValue.cpp579 error.SetErrorStringWithFormat( in SetValueFromString()
584 error.SetErrorStringWithFormat( in SetValueFromString()
589 error.SetErrorStringWithFormat( in SetValueFromString()
594 error.SetErrorStringWithFormat( in SetValueFromString()
598 error.SetErrorStringWithFormat( in SetValueFromString()
602 error.SetErrorStringWithFormat( in SetValueFromString()
606 error.SetErrorStringWithFormat( in SetValueFromString()
610 error.SetErrorStringWithFormat("invalid operation performed on a %s object", in SetValueFromString()
DOptionValueFileColonLine.cpp80 error.SetErrorStringWithFormat("Line specifier must include file and " in SetValueFromString()
102 error.SetErrorStringWithFormat("Bad line number value '%s' in: '%s'", in SetValueFromString()
111 error.SetErrorStringWithFormat("Bad column value '%s' in: '%s'", in SetValueFromString()
DOptionGroupPythonClassWithDict.cpp102 error.SetErrorStringWithFormat("Key: \"%s\" missing value.", in SetOptionValue()
114 error.SetErrorStringWithFormat("Value: \"%s\" missing matching key.", in SetOptionValue()
139 error.SetErrorStringWithFormat("Key: \"%s\" missing value.", in OptionParsingFinished()
DOptionValueSInt64.cpp53 error.SetErrorStringWithFormat( in SetValueFromString()
58 error.SetErrorStringWithFormat("invalid int64_t string value: '%s'", in SetValueFromString()
DOptionValueFileSpecList.cpp64 error.SetErrorStringWithFormat( in SetValueFromString()
108 error.SetErrorStringWithFormat( in SetValueFromString()
151 error.SetErrorStringWithFormat( in SetValueFromString()
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp497 error.SetErrorStringWithFormat("invalid variable path '%s'", in GetValueForVariableExpressionPath()
598 error.SetErrorStringWithFormat("no variable named '%s' found in this frame", in GetValueForVariableExpressionPath()
673 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
679 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
702 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
709 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
715 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
739 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
752 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath()
765 error.SetErrorStringWithFormat("invalid index expression \"%s\"", in GetValueForVariableExpressionPath()
[all …]
DPlatform.cpp302 error.SetErrorStringWithFormat( in Create()
573 rc_baton->error.SetErrorStringWithFormat( in RecurseCopy_Callback()
632 rc_baton->error.SetErrorStringWithFormat( in RecurseCopy_Callback()
670 error.SetErrorStringWithFormat( in Install()
680 error.SetErrorStringWithFormat( in Install()
690 error.SetErrorStringWithFormat("platform working directory must be valid " in Install()
772 error.SetErrorStringWithFormat("remote platform %s doesn't support %s", in MakeDirectory()
788 error.SetErrorStringWithFormat("remote platform %s doesn't support %s", in GetFilePermissions()
802 error.SetErrorStringWithFormat("remote platform %s doesn't support %s", in SetFilePermissions()
881 error.SetErrorStringWithFormat("'%s' does not exist", in ResolveExecutable()
[all …]
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp303 error.SetErrorStringWithFormat( in ConnectRemote()
347 error.SetErrorStringWithFormat( in DisconnectRemote()
640 error.SetErrorStringWithFormat("dlopen error: could not create utility" in MakeLoadImageUtilityFunction()
677 error.SetErrorStringWithFormat("dlopen error: could not make function" in MakeLoadImageUtilityFunction()
744 error.SetErrorStringWithFormat("dlopen error: could not allocate memory" in DoLoadImage()
757 error.SetErrorStringWithFormat("dlopen error: could not write path string:" in DoLoadImage()
769 error.SetErrorStringWithFormat("dlopen error: could not allocate memory" in DoLoadImage()
818 error.SetErrorStringWithFormat("dlopen error: could not allocate memory" in DoLoadImage()
834 error.SetErrorStringWithFormat("dlopen error: could not write path array:" in DoLoadImage()
846 error.SetErrorStringWithFormat("dlopen error: could not allocate memory" in DoLoadImage()
[all …]
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp62 error.SetErrorStringWithFormat( in SetOptionValue()
72 error.SetErrorStringWithFormat( in SetOptionValue()
85 error.SetErrorStringWithFormat( in SetOptionValue()
97 error.SetErrorStringWithFormat( in SetOptionValue()
106 error.SetErrorStringWithFormat("invalid timeout setting \"%s\"", in SetOptionValue()
117 error.SetErrorStringWithFormat( in SetOptionValue()
132 error.SetErrorStringWithFormat( in SetOptionValue()
153 error.SetErrorStringWithFormat( in SetOptionValue()
631 repl_error.SetErrorStringWithFormat( in DoExecute()
/external/llvm-project/lldb/source/Core/
DValue.cpp430 error.SetErrorStringWithFormat( in GetValueAsData()
436 error.SetErrorStringWithFormat( in GetValueAsData()
442 error.SetErrorStringWithFormat( in GetValueAsData()
447 error.SetErrorStringWithFormat( in GetValueAsData()
484 error.SetErrorStringWithFormat("invalid %s address", in GetValueAsData()
529 error.SetErrorStringWithFormat( in GetValueAsData()
543 error.SetErrorStringWithFormat( in GetValueAsData()
547 error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 in GetValueAsData()
553 error.SetErrorStringWithFormat("unsupported AddressType value (%i)", in GetValueAsData()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeRegisterContextFreeBSD_x86_64.cpp431 error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb " in ReadRegister()
441 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in ReadRegister()
467 error.SetErrorStringWithFormat( in ReadRegister()
497 error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb " in WriteRegister()
507 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in WriteRegister()
532 error.SetErrorStringWithFormat( in WriteRegister()
569 error.SetErrorStringWithFormat( in WriteAllRegisterValues()
576 error.SetErrorStringWithFormat( in WriteAllRegisterValues()
585 error.SetErrorStringWithFormat("NativeRegisterContextFreeBSD_x86_64::%s " in WriteAllRegisterValues()
/external/llvm-project/lldb/source/Host/common/
DFileCache.cpp50 error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd); in CloseFile()
72 error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd); in WriteFile()
98 error.SetErrorStringWithFormat("invalid host file descriptor %" PRIu64, fd); in ReadFile()
/external/llvm-project/lldb/bindings/interface/
DSBError.i96 %varargs(3, char *str = NULL) SetErrorStringWithFormat;
98 SetErrorStringWithFormat (const char *format, ...);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp252 error.SetErrorStringWithFormat("%s key is not a boolean.", key); in CreateFromStructuredData()
262 error.SetErrorStringWithFormat("%s key is not a boolean.", key); in CreateFromStructuredData()
272 error.SetErrorStringWithFormat("%s key is not a boolean.", key); in CreateFromStructuredData()
282 error.SetErrorStringWithFormat("%s key is not an integer.", key); in CreateFromStructuredData()
292 error.SetErrorStringWithFormat("%s key is not an string.", key); in CreateFromStructuredData()
306 error.SetErrorStringWithFormat( in CreateFromStructuredData()
327 error.SetErrorStringWithFormat( in CreateFromStructuredData()
337 error.SetErrorStringWithFormat("Error generating script callback: %s.", in CreateFromStructuredData()
353 error.SetErrorStringWithFormat( in CreateFromStructuredData()
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DCommandObjectTraceStartIntelPT.cpp33 error.SetErrorStringWithFormat("invalid integer value for option '%s'", in SetOptionValue()
43 error.SetErrorStringWithFormat("invalid integer value for option '%s'", in SetOptionValue()

1234567