Home
last modified time | relevance | path

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

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