Home
last modified time | relevance | path

Searched refs:SetErrorStringWithFormat (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h68 %varargs(3, char *str = NULL) SetErrorStringWithFormat;
71 int SetErrorStringWithFormat(const char *format, ...);
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp145 error.SetErrorStringWithFormat( in AddInitialCommand()
220 error.SetErrorStringWithFormat( in ProcessArgs()
252 error.SetErrorStringWithFormat( in ProcessArgs()
262 error.SetErrorStringWithFormat( in ProcessArgs()
284 error.SetErrorStringWithFormat( in ProcessArgs()
297 error.SetErrorStringWithFormat( in ProcessArgs()
308 error.SetErrorStringWithFormat("Unrecognized language name: \"%s\"", in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2079 sb_error.SetErrorStringWithFormat("invalid section"); in SetSectionLoadAddress()
2115 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2132 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2136 sb_error.SetErrorStringWithFormat("invalid target"); in ClearSectionLoadAddress()
2147 sb_error.SetErrorStringWithFormat("slide must be positive"); in SetModuleLoadAddress()
2177 sb_error.SetErrorStringWithFormat("invalid module"); in SetModuleLoadAddress()
2181 sb_error.SetErrorStringWithFormat("invalid target"); in SetModuleLoadAddress()
2219 sb_error.SetErrorStringWithFormat("no sections in object file '%s'", in ClearModuleLoadAddress()
2224 sb_error.SetErrorStringWithFormat("no object file for module '%s'", in ClearModuleLoadAddress()
2228 sb_error.SetErrorStringWithFormat("invalid module"); in ClearModuleLoadAddress()
[all …]
H A DSBError.cpp157 int SBError::SetErrorStringWithFormat(const char *format, ...) { in SetErrorStringWithFormat() function in SBError
H A DSBFrame.cpp979 error.SetErrorStringWithFormat( in GetDescriptionWithFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h254 (status)->SetErrorStringWithFormat((fmt), __VA_ARGS__); \
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25352 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3,arg4,arg5); in _wrap_SBError_SetErrorStringWithFormat__SWIG_0()
25385 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3,arg4); in _wrap_SBError_SetErrorStringWithFormat__SWIG_1()
25415 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2,arg3); in _wrap_SBError_SetErrorStringWithFormat__SWIG_2()
25442 result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2); in _wrap_SBError_SetErrorStringWithFormat__SWIG_3()