Home
last modified time | relevance | path

Searched refs:AppendMessageWithFormatv (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp153 result.AppendMessageWithFormatv("note: ran `frame variable {0}{1}`", in DoExecute()
193 result.AppendMessageWithFormatv("note: ran `expression {0}{1}`", flags, in DoExecute()
H A DCommandObjectMemoryTag.cpp117 result.AppendMessageWithFormatv("Logical tag: {0:x}", logical_tag); in DoExecute()
124 result.AppendMessageWithFormatv("[{0:x}, {1:x}): {2:x}{3}", addr, in DoExecute()
H A DCommandObjectApropos.cpp78 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectTrace.cpp122 result.AppendMessageWithFormatv( in DoExecute()
215 result.AppendMessageWithFormatv("loading trace with plugin {0}\n", in DoExecute()
H A DCommandObjectStats.cpp111 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectMemory.cpp1711 result.AppendMessageWithFormatv( in DumpRegion()
H A DCommandObjectPlatform.cpp1364 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectTarget.cpp444 result.AppendMessageWithFormatv( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h120 void AppendMessageWithFormatv(const char *format, Args &&... args) { in AppendMessageWithFormatv() function