Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
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.cpp66 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectTrace.cpp121 result.AppendMessageWithFormatv( in DoExecute()
213 result.AppendMessageWithFormatv("loading trace with plugin {0}\n", in DoExecute()
H A DCommandObjectProtocolServer.cpp93 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectStats.cpp160 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectPlatform.cpp1289 result.AppendMessageWithFormatv( in DoExecute()
H A DCommandObjectMemory.cpp1685 result.AppendMessageWithFormatv( in DumpRegion()
H A DCommandObjectTarget.cpp427 result.AppendMessageWithFormatv( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h138 void AppendMessageWithFormatv(const char *format, Args &&...args) { in AppendMessageWithFormatv() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2756 result.AppendMessageWithFormatv("Command #{0} '{1}' failed with {2}", in HandleCommands()