Searched defs:SetPrompt (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | IOHandler.h | 103 virtual bool SetPrompt(llvm::StringRef prompt) { SetPrompt() function |
/llvm-project/lldb/source/Core/ | ||
H A D | IOHandler.cpp | 475 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { SetPrompt() function in IOHandlerEditline |
H A D | Debugger.cpp | 324 void Debugger::SetPrompt(llvm::StringRef p) { in SetPrompt() function in Debugger |
/llvm-project/lldb/source/Host/common/ | ||
H A D | Editline.cpp | 1410 void Editline::SetPrompt(const char *prompt) { SetPrompt() function in Editline |
/llvm-project/lldb/source/API/ | ||
H A D | SBDebugger.cpp | 1413 void SBDebugger::SetPrompt(const char *prompt) { SetPrompt() function in SBDebugger |