Home
last modified time | relevance | path

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

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