Home
last modified time | relevance | path

Searched defs:SetPrompt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h103 virtual bool SetPrompt(llvm::StringRef prompt) { in SetPrompt() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp473 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { SetPrompt() function in IOHandlerEditline
H A DDebugger.cpp324 void Debugger::SetPrompt(llvm::StringRef p) { in SetPrompt() function in Debugger
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1410 void Editline::SetPrompt(const char *prompt) { in SetPrompt() function in Editline
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1413 void SBDebugger::SetPrompt(const char *prompt) { in SetPrompt() function in SBDebugger