Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
208 result.AppendErrorWithFormatv("Invalid address expression, {0}", in DoExecute()
H A DCommandObjectDWIMPrint.cpp68 result.AppendErrorWithFormatv("'{0}' takes a variable or expression", in DoExecute()
223 result.AppendErrorWithFormatv( in DoExecute()
H A DCommandObjectPlatform.cpp362 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
547 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
590 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
686 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.", in DoExecute()
1355 result.AppendErrorWithFormatv( in DoExecute()
1360 result.AppendErrorWithFormatv( in DoExecute()
1602 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
H A DCommandObjectThreadUtil.cpp141 result.AppendErrorWithFormatv("Failed to process thread #{0}.\n", tid); in BucketThread()
H A DCommandObjectRegister.cpp181 result.AppendErrorWithFormatv("register read failed: {0}\n", in DoExecute()
H A DCommandObjectTarget.cpp278 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
292 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
451 result.AppendErrorWithFormatv("Unknown core file format '{0}'\n", in DoExecute()
946 result.AppendErrorWithFormatv( in DoExecute()
H A DCommandObjectProcess.cpp622 result.AppendErrorWithFormatv("can't specify both a breakpoint and " in DoExecute()
H A DCommandObjectCommands.cpp1625 result.AppendErrorWithFormatv("cannot create helper object for: " in DoExecute()
H A DCommandObjectBreakpoint.cpp1729 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp172 result->AppendErrorWithFormatv( in ExecuteOneLine()
185 result->AppendErrorWithFormatv("lua failed to redirect I/O: {0}\n", in ExecuteOneLine()
191 result->AppendErrorWithFormatv( in ExecuteOneLine()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp78 result.AppendErrorWithFormatv( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h130 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp746 result.AppendErrorWithFormatv("'{0}' doesn't take any arguments.", in Execute()
H A DCommandInterpreter.cpp2689 result.AppendErrorWithFormatv( in HandleCommandsFromFile()
3222 result.AppendErrorWithFormatv( in SaveTranscript()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1070 result.AppendErrorWithFormatv( in DoExecute()
1083 result.AppendErrorWithFormatv( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp844 result->AppendErrorWithFormatv( in ExecuteOneLine()