Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h102 virtual const char *GetPrompt() { in GetPrompt() function
/external/llvm-project/lldb/source/Core/
DIOHandler.cpp462 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline
DDebugger.cpp267 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1423 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1329 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger