Searched refs:AppendWarningWithFormat (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| D | CommandReturnObject.h | 133 AppendWarningWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | CommandReturnObject.cpp | 93 CommandReturnObject::AppendWarningWithFormat (const char *format, ...) in AppendWarningWithFormat() function in CommandReturnObject
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectTarget.cpp | 2251 … 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()
|
| D | CommandObjectDisassemble.cpp | 319 …result.AppendWarningWithFormat("invalid disassembler flavor \"%s\", using default.\n", flavor_stri… in DoExecute()
|
| D | CommandObjectProcess.cpp | 591 result.AppendWarningWithFormat("Executable module changed from \"%s\" to \"%s\".\n", in DoExecute() 601 result.AppendWarningWithFormat("Architecture changed from %s to %s.\n", in DoExecute()
|
| D | CommandObjectCommands.cpp | 649 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingRawCommand() 761 result.AppendWarningWithFormat ("Overwriting existing definition for '%s'.\n", in HandleAliasingNormalCommand()
|
| D | CommandObjectMemory.cpp | 711 …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()
|
| D | CommandObjectType.cpp | 115 …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()
|