Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp41 error.SetErrorStringWithFormatv("executable doesn't exist: '{0}'", in LaunchProcess()
60 error.SetErrorStringWithFormatv("failed to launch host thread: {}", in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h173 void SetErrorStringWithFormatv(const char *format, Args &&... args) { in SetErrorStringWithFormatv() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp103 error.SetErrorStringWithFormatv("invalid version string '{0}'", in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp194 error.SetErrorStringWithFormatv("Fork failed with error message: {0}", in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp40 error.SetErrorStringWithFormatv("could not open input file: {0} - {1}.", in ParseJSONFromFile()
H A DScalar.cpp649 error.SetErrorStringWithFormatv( in SetValueFromCString()
662 error.SetErrorStringWithFormatv( in SetValueFromCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp90 error.SetErrorStringWithFormatv("Unknown resolver type: {0}.", in CreateFromStructuredData()
H A DBreakpointResolverName.cpp101 error.SetErrorStringWithFormatv("BRN::CFSD: Unknown language: {0}.", in CreateFromStructuredData()
H A DBreakpointOptions.cpp84 error.SetErrorStringWithFormatv("Unknown breakpoint command language: {0}.", in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp216 error.SetErrorStringWithFormatv("lua failed to import '{0}': {1}\n", in LoadScriptingModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp641 error.SetErrorStringWithFormatv( in GetValueForVariableExpressionPath()
649 error.SetErrorStringWithFormatv( in GetValueForVariableExpressionPath()
H A DTarget.cpp1791 error.SetErrorStringWithFormatv( in ReadMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp98 error.SetErrorStringWithFormatv("Unknown filter type: {0}.", subclass_name); in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2637 error_ptr->SetErrorStringWithFormatv( in Evaluate()