Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemoryTag.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()
HDCommandObjectDWIMPrint.cpp60 result.AppendErrorWithFormatv("'{0}' takes a variable or expression", in DoExecute()
207 result.AppendErrorWithFormatv( in DoExecute()
HDCommandObjectPlatform.cpp360 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
533 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
575 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute()
670 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.", in DoExecute()
1282 result.AppendErrorWithFormatv( in DoExecute()
1287 result.AppendErrorWithFormatv( in DoExecute()
1510 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
HDCommandObjectThreadUtil.cpp139 result.AppendErrorWithFormatv("Failed to process thread #{0}.\n", tid); in BucketThread()
HDCommandObjectRegister.cpp167 result.AppendErrorWithFormatv("register read failed: {0}\n", in DoExecute()
HDCommandObjectTarget.cpp260 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
274 result.AppendErrorWithFormatv("Cannot open '{0}': {1}.", in DoExecute()
433 result.AppendErrorWithFormatv("Unknown core file format '{0}'\n", in DoExecute()
915 result.AppendErrorWithFormatv( in DoExecute()
HDCommandObjectProcess.cpp602 result.AppendErrorWithFormatv("can't specify both a breakpoint and " in DoExecute()
HDCommandObjectBreakpoint.cpp1701 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()
HDCommandObjectCommands.cpp2277 result.AppendErrorWithFormatv("cannot create helper object for: " in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDScriptInterpreterLua.cpp172 result->AppendErrorWithFormatv( in ExecuteOneLine()
185 result->AppendErrorWithFormatv("lua failed to redirect I/O: {0}\n", in ExecuteOneLine()
191 result->AppendErrorWithFormatv( in ExecuteOneLine()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
HDCommandObjectThreadTraceExportCTF.cpp78 result.AppendErrorWithFormatv( in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandReturnObject.h130 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp823 result.AppendErrorWithFormatv("'{0}' doesn't take any arguments.", in Execute()
HDCommandInterpreter.cpp2703 result.AppendErrorWithFormatv( in HandleCommandsFromFile()
3243 result.AppendErrorWithFormatv( in SaveTranscript()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp1046 result.AppendErrorWithFormatv( in DoExecute()
1059 result.AppendErrorWithFormatv( in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp849 result->AppendErrorWithFormatv( in ExecuteOneLine()