Home
last modified time | relevance | path

Searched refs:FormatLogText (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DBreakpointBase.h51 lldb::SBError FormatLogText(llvm::StringRef text, std::string &formatted);
DBreakpointBase.cpp34 lldb::SBError error = FormatLogText(part, formatted); in AppendLogMessagePart()
44 lldb::SBError BreakpointBase::FormatLogText(llvm::StringRef text, in FormatLogText() function in BreakpointBase