Home
last modified time | relevance | path

Searched refs:GetPrompt (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnStreamStdin.h37 const CMIUtilString &GetPrompt() const;
H A DMICmnStreamStdout.cpp240 return TextToStdout(rStdinMan.GetPrompt()); in WritePrompt()
H A DMICmnStreamStdin.cpp150 const CMIUtilString &CMICmnStreamStdin::GetPrompt() const { in GetPrompt() function in CMICmnStreamStdin
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h95 virtual const char *GetPrompt() { in GetPrompt() function
396 const char *GetPrompt() override;
H A DDebugger.h259 llvm::StringRef GetPrompt() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h173 const char *GetPrompt();
/freebsd-12.1/usr.sbin/pppctl/
H A Dpppctl.c108 GetPrompt(EditLine *e) in GetPrompt() function
600 el_set(td.edit, EL_PROMPT, GetPrompt); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp334 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue()
347 SetPrompt(GetPrompt()); in SetPropertyValue()
399 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger
408 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt()
474 SetPrompt(GetPrompt()); in SetUseColor()
H A DIOHandler.cpp356 prompt = GetPrompt(); in GetLine()
442 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline
445 return m_editline_ap->GetPrompt(); in GetPrompt()
513 GetPrompt() == nullptr ? " " : ""); in GetLines()
600 const char *prompt = GetPrompt(); in PrintAsync()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h227 const char *GetPrompt() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1047 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger
1053 (m_opaque_sp ? m_opaque_sp->GetPrompt().str().c_str() : "")); in GetPrompt()
1055 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString() in GetPrompt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2234 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()
2469 debugger.GetPrompt(), llvm::StringRef(), in HandleCommandsFromFile()
2794 io_handler.GetOutputStreamFile()->Printf("%s%s\n", io_handler.GetPrompt(), in IOHandlerInputComplete()
2978 m_debugger.GetErrorFile(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1242 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline