Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h285 llvm::StringRef GetPromptAnsiPrefix() const;
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp483 ansi::FormatAnsiTerminalCodes(m_debugger.GetPromptAnsiPrefix())); in SetPrompt()
H A DDebugger.cpp312 llvm::StringRef Debugger::GetPromptAnsiPrefix() const { in GetPromptAnsiPrefix() function in Debugger