Searched refs:AppendWarningWithFormat (Results 1 – 8 of 8) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | CommandReturnObject.h | 133 AppendWarningWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
|
/external/lldb/source/Interpreter/ |
D | CommandReturnObject.cpp | 93 CommandReturnObject::AppendWarningWithFormat (const char *format, ...) in AppendWarningWithFormat() function in CommandReturnObject
|
/external/lldb/source/Commands/ |
D | CommandObjectDisassemble.cpp | 318 …result.AppendWarningWithFormat("invalid disassembler flavor \"%s\", using default.\n", flavor_stri… in DoExecute()
|
D | CommandObjectMemory.cpp | 708 …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()
|
D | CommandObjectTarget.cpp | 2185 … 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()
|
D | CommandObjectCommands.cpp | 632 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingRawCommand() 744 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingNormalCommand()
|
D | CommandObjectProcess.cpp | 675 result.AppendWarningWithFormat("Executable module changed from \"%s\" to \"%s\".\n", in DoExecute() 685 result.AppendWarningWithFormat("Architecture changed from %s to %s.\n", in DoExecute()
|
D | CommandObjectType.cpp | 1059 result.AppendWarningWithFormat("The provided function \"%s\" does not exist - " in Execute_ScriptSummary()
|