Searched refs:AppendErrorWithFormatv (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemoryTag.cpp | 55 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 D | CommandObjectThreadUtil.cpp | 129 result.AppendErrorWithFormatv("Failed to process thread #{0}.\n", tid); in BucketThread()
|
| H A D | CommandObjectRegister.cpp | 177 result.AppendErrorWithFormatv("register read failed: {0}\n", in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 544 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 D | CommandObjectTarget.cpp | 278 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 D | CommandObjectBreakpoint.cpp | 1740 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 165 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 D | CommandReturnObject.h | 129 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2439 result.AppendErrorWithFormatv( in HandleCommandsFromFile() 2952 result.AppendErrorWithFormatv( in SaveTranscript()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 960 result->AppendErrorWithFormatv( in ExecuteOneLine()
|