Home
last modified time | relevance | path

Searched refs:AppendRawError (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandReturnObject.h139 AppendRawError (const char *in_string);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandReturnObject.cpp164 CommandReturnObject::AppendRawError (const char *in_string) in AppendRawError() function in CommandReturnObject
HDCommandInterpreter.cpp1845 result.AppendRawError (error_msg.c_str()); in HandleCommand()
3331 result.AppendRawError(error_msg.GetString().c_str()); in ResolveCommandImpl()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp166 result.AppendRawError (error_msg.c_str()); in Execute()