Searched refs:AppendErrorWithFormatv (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectDWIMPrint.cpp | 37 result.AppendErrorWithFormatv("'{0}' takes a variable or expression", in DoExecute() 75 result.AppendErrorWithFormatv( in DoExecute()
|
| H A D | CommandObjectMemoryTag.cpp | 57 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 D | CommandObjectPlatform.cpp | 362 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute() 552 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute() 596 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.\n", in DoExecute() 693 result.AppendErrorWithFormatv("'{0}' is not a valid file descriptor.", in DoExecute() 1307 result.AppendErrorWithFormatv( in DoExecute() 1312 result.AppendErrorWithFormatv( in DoExecute() 1556 result.AppendErrorWithFormatv("not connected to '{0}'", in DoExecute()
|
| H A D | CommandObjectThreadUtil.cpp | 142 result.AppendErrorWithFormatv("Failed to process thread #{0}.\n", tid); in BucketThread()
|
| H A D | CommandObjectRegister.cpp | 178 result.AppendErrorWithFormatv("register read failed: {0}\n", in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 266 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 D | CommandObjectProcess.cpp | 672 result.AppendErrorWithFormatv("can't specify both a breakpoint and " in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 1745 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 171 result->AppendErrorWithFormatv( in ExecuteOneLine() 184 result->AppendErrorWithFormatv("lua failed to redirect I/O: {0}\n", in ExecuteOneLine() 190 result->AppendErrorWithFormatv( in ExecuteOneLine()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | CommandObjectThreadTraceExportCTF.cpp | 78 result.AppendErrorWithFormatv( in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandReturnObject.h | 130 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 742 result.AppendErrorWithFormatv("'{0}' doesn't take any arguments.", in Execute()
|
| H A D | CommandInterpreter.cpp | 2686 result.AppendErrorWithFormatv( in HandleCommandsFromFile() 3214 result.AppendErrorWithFormatv( in SaveTranscript()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 1057 result.AppendErrorWithFormatv( in DoExecute() 1070 result.AppendErrorWithFormatv( in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 835 result->AppendErrorWithFormatv( in ExecuteOneLine()
|