Home
last modified time | relevance | path

Searched refs:AppendWarning (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h107 void AppendWarning(llvm::StringRef in_string);
126 AppendWarning(llvm::formatv(format, std::forward<Args>(args)...).str()); in AppendWarningWithFormatv()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBCommandReturnObject.i89 AppendWarning (const char *message);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp195 void SBCommandReturnObject::AppendWarning(const char *message) { in AppendWarning() function in SBCommandReturnObject
198 ref().AppendWarning(message); in AppendWarning()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandReturnObject.h75 void AppendWarning(const char *message);
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp94 void CommandReturnObject::AppendWarning(llvm::StringRef in_string) { in AppendWarning() function in CommandReturnObject
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp381 result.AppendWarning(toString(std::move(range_errs))); in GetNameRanges()
H A DCommandObjectThread.cpp581 result.AppendWarning( in DoExecute()
1517 result.AppendWarning("Return values ignored when returning from user " in DoExecute()
1714 result.AppendWarning(warnings.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp886 result.AppendWarning("The provided class does not exist - please define it " in DoExecute()
H A DCommandObjectType.cpp1869 result.AppendWarning("empty category enabled (typo?)"); in DoExecute()
2261 result.AppendWarning("The provided class does not exist - please define it " in Execute_PythonClass()
H A DCommandObjectCommands.cpp419 result.AppendWarning("if trying to pass options to 'command alias' add " in DoExecute()
H A DCommandObjectMemory.cpp362 result.AppendWarning("Expressions should be quoted if they contain " in DoExecute()
H A DCommandObjectProcess.cpp275 result.AppendWarning("Could not get executable module after launch."); in DoExecute()
H A DCommandObjectBreakpoint.cpp647 result.AppendWarning( in DoExecute()
H A DCommandObjectTarget.cpp4206 result.AppendWarning(feedback_stream.GetData()); in AddModuleSymbols()
/openbsd/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp764 result.AppendWarning(stream.GetString()); in AppendStrictSourcesWarning()