Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandReturnObject.h133 AppendWarningWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/external/lldb/source/Interpreter/
DCommandReturnObject.cpp93 CommandReturnObject::AppendWarningWithFormat (const char *format, ...) in AppendWarningWithFormat() function in CommandReturnObject
/external/lldb/source/Commands/
DCommandObjectDisassemble.cpp318 …result.AppendWarningWithFormat("invalid disassembler flavor \"%s\", using default.\n", flavor_stri… in DoExecute()
DCommandObjectMemory.cpp708 …result.AppendWarningWithFormat("Not all bytes (%lu/%lu) were able to be read from 0x%" PRIx64 ".\n… in DoExecute()
744 …result.AppendWarningWithFormat("unable to find a NULL terminated string at 0x%" PRIx64 ".Consider … in DoExecute()
DCommandObjectTarget.cpp2185 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
2309 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
2413 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
2494 … result.AppendWarningWithFormat ("No source filenames matched '%s'.\n", arg_cstr); in DoExecute()
4097 … result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr); in DoExecute()
4391 …result.AppendWarningWithFormat("unable to load scripting data for module %s - error reported was %… in AddModuleSymbols()
4395 result.AppendWarningWithFormat("%s",feedback_stream.GetData()); in AddModuleSymbols()
DCommandObjectCommands.cpp632 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingRawCommand()
744 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingNormalCommand()
DCommandObjectProcess.cpp675 result.AppendWarningWithFormat("Executable module changed from \"%s\" to \"%s\".\n", in DoExecute()
685 result.AppendWarningWithFormat("Architecture changed from %s to %s.\n", in DoExecute()
DCommandObjectType.cpp1059 result.AppendWarningWithFormat("The provided function \"%s\" does not exist - " in Execute_ScriptSummary()