Home
last modified time | relevance | path

Searched refs:SetErrorStringWithFormatv (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp42 error.SetErrorStringWithFormatv("executable doesn't exist: '{0}'", in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStatus.h216 void SetErrorStringWithFormatv(const char *format, Args &&... args) { in SetErrorStringWithFormatv() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp104 error.SetErrorStringWithFormatv("invalid version string '{0}'", in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp194 error.SetErrorStringWithFormatv("Fork failed with error message: {0}", in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp39 error.SetErrorStringWithFormatv("could not open input file: {0} - {1}.", in ParseJSONFromFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp93 error.SetErrorStringWithFormatv("Unknown resolver type: {0}.", in CreateFromStructuredData()
H A DBreakpointResolverName.cpp104 error.SetErrorStringWithFormatv("BRN::CFSD: Unknown language: {0}.", in CreateFromStructuredData()
H A DBreakpointOptions.cpp85 error.SetErrorStringWithFormatv("Unknown breakpoint command language: {0}.", in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp635 error.SetErrorStringWithFormatv( in GetValueForVariableExpressionPath()
643 error.SetErrorStringWithFormatv( in GetValueForVariableExpressionPath()
H A DTarget.cpp1794 error.SetErrorStringWithFormatv( in ReadMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp102 error.SetErrorStringWithFormatv("Unknown filter type: {0}.", subclass_name); in CreateFromStructuredData()