Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h278 llvm::StringRef GetPromptAnsiPrefix() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp471 ansi::FormatAnsiTerminalCodes(m_debugger.GetPromptAnsiPrefix())); in SetPrompt()
H A DDebugger.cpp331 llvm::StringRef Debugger::GetPromptAnsiPrefix() const { in GetPromptAnsiPrefix() function in Debugger