Home
last modified time | relevance | path

Searched refs:AppendErrorWithFormatv (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp55 result.AppendErrorWithFormatv("Invalid address expression, {0}", in DoExecute()
67 result.AppendErrorWithFormatv("Invalid end address expression, {0}", in DoExecute()
198 result.AppendErrorWithFormatv("Invalid address expression, {0}", in DoExecute()
H A DCommandObjectThreadUtil.cpp129 result.AppendErrorWithFormatv("Failed to process thread #{0}.\n", tid); in BucketThread()
H A DCommandObjectRegister.cpp177 result.AppendErrorWithFormatv("register read failed: {0}\n", in DoExecute()
H A DCommandObjectPlatform.cpp544 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
586 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
677 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.", in DoExecute()
H A DCommandObjectTarget.cpp278 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
292 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
419 result.AppendErrorWithFormatv( in DoExecute()
903 result.AppendErrorWithFormatv( in DoExecute()
H A DCommandObjectBreakpoint.cpp1740 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp165 result->AppendErrorWithFormatv( in ExecuteOneLine()
178 result->AppendErrorWithFormatv("lua failed to redirect I/O: {0}\n", in ExecuteOneLine()
184 result->AppendErrorWithFormatv( in ExecuteOneLine()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h129 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2439 result.AppendErrorWithFormatv( in HandleCommandsFromFile()
2952 result.AppendErrorWithFormatv( in SaveTranscript()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp960 result->AppendErrorWithFormatv( in ExecuteOneLine()