Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h124 void AppendErrorWithFormatv(const char *format, Args &&... args) { in AppendErrorWithFormatv() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp177 result.AppendErrorWithFormatv("register read failed: {0}\n", in DoExecute()
H A DCommandObjectThread.cpp208 result.AppendErrorWithFormatv("Failed to process thread #{0}.\n", tid); in BucketThread()
H A DCommandObjectBreakpoint.cpp1959 result.AppendErrorWithFormatv("Could not find specified breakpoint {0}", in DoExecute()