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/
H A DBreakpointBase.h51 lldb::SBError FormatLogText(llvm::StringRef text, std::string &formatted);
H A DBreakpointBase.cpp34 lldb::SBError error = FormatLogText(part, formatted); in AppendLogMessagePart()
44 lldb::SBError BreakpointBase::FormatLogText(llvm::StringRef text, in FormatLogText() function in BreakpointBase