/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 86 err.SetErrorStringWithFormat( in MakeAllocation() 124 err.SetErrorStringWithFormat( in MakeAllocation() 143 err.SetErrorStringWithFormat( in DestroyAllocation() 188 err.SetErrorStringWithFormat( in Materialize() 194 err.SetErrorStringWithFormat( in Materialize() 238 err.SetErrorStringWithFormat( in Dematerialize() 273 err.SetErrorStringWithFormat( in Dematerialize() 281 err.SetErrorStringWithFormat( in Dematerialize() 308 err.SetErrorStringWithFormat( in Dematerialize() 319 err.SetErrorStringWithFormat( in Dematerialize() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 46 error.SetErrorStringWithFormat( in GetAsMemoryData() 68 error.SetErrorStringWithFormat( in GetAsMemoryData() 97 error.SetErrorStringWithFormat( in SetFromMemoryData() 232 error.SetErrorStringWithFormat( in SetValueFromData() 240 error.SetErrorStringWithFormat( in SetValueFromData() 340 error.SetErrorStringWithFormat( in SetValueFromString() 351 error.SetErrorStringWithFormat( in SetValueFromString() 359 error.SetErrorStringWithFormat( in SetValueFromString() 367 error.SetErrorStringWithFormat("unsupported signed integer byte size: %u", in SetValueFromString() 379 error.SetErrorStringWithFormat( in SetValueFromString() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupValueObjectDisplay.cpp | 105 error.SetErrorStringWithFormat("invalid max depth '%s'", in SetOptionValue() 115 error.SetErrorStringWithFormat("invalid element count '%s'", in SetOptionValue() 123 error.SetErrorStringWithFormat("invalid pointer depth '%s'", in SetOptionValue() 133 error.SetErrorStringWithFormat("invalid pointer depth '%s'", in SetOptionValue() 141 error.SetErrorStringWithFormat("invalid synthetic-type '%s'", in SetOptionValue() 148 error.SetErrorStringWithFormat("invalid validate '%s'", in SetOptionValue()
|
H A D | OptionValuePathMappings.cpp | 61 error.SetErrorStringWithFormat( in SetValueFromString() 78 error.SetErrorStringWithFormat( in SetValueFromString() 116 error.SetErrorStringWithFormat( in SetValueFromString() 134 error.SetErrorStringWithFormat( in SetValueFromString() 152 error.SetErrorStringWithFormat( in SetValueFromString() 173 error.SetErrorStringWithFormat( in SetValueFromString()
|
H A D | OptionValueArray.cpp | 99 error.SetErrorStringWithFormat( in GetSubValue() 137 error.SetErrorStringWithFormat( in GetSubValue() 140 error.SetErrorStringWithFormat( in GetSubValue() 144 error.SetErrorStringWithFormat("negative index %i out of range, " in GetSubValue() 178 error.SetErrorStringWithFormat( in SetArgs() 240 error.SetErrorStringWithFormat( in SetArgs() 258 error.SetErrorStringWithFormat( in SetArgs()
|
H A D | OptionValue.cpp | 607 error.SetErrorStringWithFormat( 612 error.SetErrorStringWithFormat( 617 error.SetErrorStringWithFormat( 622 error.SetErrorStringWithFormat( 626 error.SetErrorStringWithFormat( 630 error.SetErrorStringWithFormat( 634 error.SetErrorStringWithFormat( 638 error.SetErrorStringWithFormat("invalid operation performed on a %s object",
|
H A D | OptionValueDictionary.cpp | 169 error.SetErrorStringWithFormat( in SetArgs() 206 error.SetErrorStringWithFormat( in SetArgs() 245 error.SetErrorStringWithFormat("invalid value path '%s', %s values only " in GetSubValue() 265 error.SetErrorStringWithFormat("invalid value path '%s', " in GetSubValue() 274 error.SetErrorStringWithFormat( in GetSubValue() 295 error.SetErrorStringWithFormat("invalid value path '%s'", name.str().c_str()); in SetSubValue()
|
H A D | OptionValueFileColonLine.cpp | 76 error.SetErrorStringWithFormat("Line specifier must include file and " in SetValueFromString() 98 error.SetErrorStringWithFormat("Bad line number value '%s' in: '%s'", in SetValueFromString() 107 error.SetErrorStringWithFormat("Bad column value '%s' in: '%s'", in SetValueFromString()
|
H A D | OptionArgParser.cpp | 134 error.SetErrorStringWithFormat("%s option string", s ? "empty" : "invalid"); in ToFormat() 188 error_ptr->SetErrorStringWithFormat("invalid address expression \"%s\"", in DoToAddress() 213 error_ptr->SetErrorStringWithFormat("invalid address expression \"%s\"", in DoToAddress() 242 error_ptr->SetErrorStringWithFormat( in DoToAddress() 317 error_ptr->SetErrorStringWithFormat( in DoToAddress()
|
H A D | OptionValueSInt64.cpp | 51 error.SetErrorStringWithFormat( in SetValueFromString() 56 error.SetErrorStringWithFormat("invalid int64_t string value: '%s'", in SetValueFromString()
|
H A D | OptionValueFileSpecList.cpp | 62 error.SetErrorStringWithFormat( in SetValueFromString() 105 error.SetErrorStringWithFormat( in SetValueFromString() 147 error.SetErrorStringWithFormat( in SetValueFromString()
|
H A D | OptionGroupPythonClassWithDict.cpp | 97 error.SetErrorStringWithFormat("Key: \"%s\" missing value.", in SetOptionValue() 127 error.SetErrorStringWithFormat("Value: \"%s\" missing matching key.", in SetOptionValue() 152 error.SetErrorStringWithFormat("Key: \"%s\" missing value.", in OptionParsingFinished()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 40 error.SetErrorStringWithFormat("invalid bytes expression for '%s'", in SetOptionValue() 52 error.SetErrorStringWithFormat("invalid integer value for option '%s'", in SetOptionValue() 105 error.SetErrorStringWithFormat("invalid bytes expression for '%s'", in SetOptionValue() 114 error.SetErrorStringWithFormat("invalid bytes expression for '%s'", in SetOptionValue() 134 error.SetErrorStringWithFormat("invalid integer value for option '%s'", in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 517 error.SetErrorStringWithFormat("invalid variable path '%s'", in GetValueForVariableExpressionPath() 619 error.SetErrorStringWithFormat("no variable named '%s' found in this frame", in GetValueForVariableExpressionPath() 694 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 700 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 723 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 730 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 736 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 760 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 773 error.SetErrorStringWithFormat( in GetValueForVariableExpressionPath() 786 error.SetErrorStringWithFormat("invalid index expression \"%s\"", in GetValueForVariableExpressionPath() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 619 error.SetErrorStringWithFormat( in MakeLoadImageUtilityFunction() 656 error.SetErrorStringWithFormat( in MakeLoadImageUtilityFunction() 724 error.SetErrorStringWithFormat( in DoLoadImage() 738 error.SetErrorStringWithFormat( in DoLoadImage() 751 error.SetErrorStringWithFormat( in DoLoadImage() 800 error.SetErrorStringWithFormat( in DoLoadImage() 816 error.SetErrorStringWithFormat( in DoLoadImage() 829 error.SetErrorStringWithFormat( in DoLoadImage() 854 error.SetErrorStringWithFormat( in DoLoadImage() 896 error.SetErrorStringWithFormat( in DoLoadImage() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeRegisterContextFreeBSD_mips64.cpp | 128 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in ReadRegister() 162 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in WriteRegister() 203 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 210 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 219 error.SetErrorStringWithFormat("NativeRegisterContextFreeBSD_mips64::%s " in WriteAllRegisterValues()
|
H A D | NativeRegisterContextFreeBSD_powerpc.cpp | 179 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in ReadRegister() 213 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in WriteRegister() 254 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 261 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 270 error.SetErrorStringWithFormat("NativeRegisterContextFreeBSD_powerpc::%s " in WriteAllRegisterValues()
|
H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 423 error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb " in ReadRegister() 433 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in ReadRegister() 459 error.SetErrorStringWithFormat( in ReadRegister() 489 error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb " in WriteRegister() 499 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in WriteRegister() 524 error.SetErrorStringWithFormat( in WriteRegister() 561 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 568 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 577 error.SetErrorStringWithFormat("NativeRegisterContextFreeBSD_x86_64::%s " in WriteAllRegisterValues()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 64 error.SetErrorStringWithFormat( in SetOptionValue() 77 error.SetErrorStringWithFormat( in SetOptionValue() 89 error.SetErrorStringWithFormat( in SetOptionValue() 98 error.SetErrorStringWithFormat("invalid timeout setting \"%s\"", in SetOptionValue() 109 error.SetErrorStringWithFormat( in SetOptionValue() 124 error.SetErrorStringWithFormat( in SetOptionValue() 145 error.SetErrorStringWithFormat( in SetOptionValue() 158 error.SetErrorStringWithFormat( in SetOptionValue() 653 repl_error.SetErrorStringWithFormat( in DoExecute()
|
H A D | CommandOptionsProcessLaunch.cpp | 110 error.SetErrorStringWithFormat( in SetOptionValue() 124 error.SetErrorStringWithFormat( in SetOptionValue() 142 error.SetErrorStringWithFormat("unrecognized short option character '%c'", in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Value.cpp | 449 error.SetErrorStringWithFormat( in GetValueAsData() 455 error.SetErrorStringWithFormat( in GetValueAsData() 461 error.SetErrorStringWithFormat( in GetValueAsData() 466 error.SetErrorStringWithFormat( in GetValueAsData() 503 error.SetErrorStringWithFormat("invalid %s address", in GetValueAsData() 543 error.SetErrorStringWithFormat( in GetValueAsData() 557 error.SetErrorStringWithFormat( in GetValueAsData() 561 error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 in GetValueAsData() 567 error.SetErrorStringWithFormat("unsupported AddressType value (%i)", in GetValueAsData()
|
H A D | ValueObjectVTable.cpp | 81 m_error.SetErrorStringWithFormat( in UpdateValue() 213 m_error.SetErrorStringWithFormat( in UpdateValue() 233 m_error.SetErrorStringWithFormat( in UpdateValue() 243 m_error.SetErrorStringWithFormat( in UpdateValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeRegisterContextNetBSD_x86_64.cpp | 397 error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb " in ReadRegister() 407 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in ReadRegister() 434 error.SetErrorStringWithFormat( in ReadRegister() 464 error.SetErrorStringWithFormat("register \"%s\" is an internal-only lldb " in WriteRegister() 474 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set", in WriteRegister() 511 error.SetErrorStringWithFormat( in WriteRegister() 551 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 558 error.SetErrorStringWithFormat( in WriteAllRegisterValues() 567 error.SetErrorStringWithFormat("NativeRegisterContextNetBSD_x86_64::%s " in WriteAllRegisterValues()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileCache.cpp | 50 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()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 233 error.SetErrorStringWithFormat("%s key is not a boolean.", key); in CreateFromStructuredData() 243 error.SetErrorStringWithFormat("%s key is not a boolean.", key); in CreateFromStructuredData() 253 error.SetErrorStringWithFormat("%s key is not a boolean.", key); in CreateFromStructuredData() 263 error.SetErrorStringWithFormat("%s key is not an integer.", key); in CreateFromStructuredData() 273 error.SetErrorStringWithFormat("%s key is not an string.", key); in CreateFromStructuredData() 287 error.SetErrorStringWithFormat( in CreateFromStructuredData() 308 error.SetErrorStringWithFormat( in CreateFromStructuredData() 318 error.SetErrorStringWithFormat("Error generating script callback: %s.", in CreateFromStructuredData() 334 error.SetErrorStringWithFormat( in CreateFromStructuredData()
|