Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp57 result.AppendErrorWithFormatv("Invalid address expression, {0}", in DoExecute()
69 result.AppendErrorWithFormatv("Invalid end address expression, {0}", in DoExecute()
209 result.AppendErrorWithFormatv("Invalid address expression, {0}", in DoExecute()
H A DCommandObjectPlatform.cpp362 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
551 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
595 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
692 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.", in DoExecute()
1306 result.AppendErrorWithFormatv( in DoExecute()
1311 result.AppendErrorWithFormatv( in DoExecute()
1555 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
H A DCommandObjectThreadUtil.cpp142 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 DCommandObjectTarget.cpp266 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
280 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
432 result.AppendErrorWithFormatv( in DoExecute()
914 result.AppendErrorWithFormatv( in DoExecute()
H A DCommandObjectProcess.cpp671 result.AppendErrorWithFormatv("can't specify both a breakpoint and " in DoExecute()
H A DCommandObjectBreakpoint.cpp1744 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp171 result->AppendErrorWithFormatv( in ExecuteOneLine()
184 result->AppendErrorWithFormatv("lua failed to redirect I/O: {0}\n", in ExecuteOneLine()
190 result->AppendErrorWithFormatv( in ExecuteOneLine()
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp78 result.AppendErrorWithFormatv( in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h130 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp742 result.AppendErrorWithFormatv("'{0}' doesn't take any arguments.", in Execute()
H A DCommandInterpreter.cpp2635 result.AppendErrorWithFormatv( in HandleCommandsFromFile()
3166 result.AppendErrorWithFormatv( in SaveTranscript()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1057 result.AppendErrorWithFormatv( in DoExecute()
1070 result.AppendErrorWithFormatv( in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp831 result->AppendErrorWithFormatv( in ExecuteOneLine()