Home
last modified time | relevance | path

Searched refs:GetPromptAnsiSuffix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h280 llvm::StringRef GetPromptAnsiSuffix() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp473 ansi::FormatAnsiTerminalCodes(m_debugger.GetPromptAnsiSuffix())); in SetPrompt()
H A DDebugger.cpp337 llvm::StringRef Debugger::GetPromptAnsiSuffix() const { in GetPromptAnsiSuffix() function in Debugger