Home
last modified time | relevance | path

Searched refs:AppendWarningWithFormat (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandReturnObject.h133 AppendWarningWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandReturnObject.cpp93 CommandReturnObject::AppendWarningWithFormat (const char *format, ...) in AppendWarningWithFormat() function in CommandReturnObject
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectTarget.cpp2251 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
2375 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
2479 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
2560 … result.AppendWarningWithFormat ("No source filenames matched '%s'.\n", arg_cstr); in DoExecute()
4184 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
4478 …result.AppendWarningWithFormat("unable to load scripting data for module %s - error reported was %… in AddModuleSymbols()
4482 result.AppendWarningWithFormat("%s",feedback_stream.GetData()); in AddModuleSymbols()
DCommandObjectDisassemble.cpp319 …result.AppendWarningWithFormat("invalid disassembler flavor \"%s\", using default.\n", flavor_stri… in DoExecute()
DCommandObjectProcess.cpp591 result.AppendWarningWithFormat("Executable module changed from \"%s\" to \"%s\".\n", in DoExecute()
601 result.AppendWarningWithFormat("Architecture changed from %s to %s.\n", in DoExecute()
DCommandObjectCommands.cpp649 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingRawCommand()
761 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingNormalCommand()
DCommandObjectMemory.cpp711 …result.AppendWarningWithFormat("Not all bytes (%zu/%zu) were able to be read from 0x%" PRIx64 ".\n… in DoExecute()
747 …result.AppendWarningWithFormat("unable to find a NULL terminated string at 0x%" PRIx64 ".Consider … in DoExecute()
DCommandObjectType.cpp115 …result.AppendWarningWithFormat("%s %s being treated as two types. if you meant the combined type n… in WarnOnPotentialUnquotedUnsignedType()
1525 result.AppendWarningWithFormat("The provided function \"%s\" does not exist - " in Execute_ScriptSummary()