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

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnStreamStdin.h35 const CMIUtilString &GetPrompt() const;
H A DMICmnStreamStdout.cpp236 return TextToStdout(rStdinMan.GetPrompt());
H A DMICmnStreamStdin.cpp161 CMICmnStreamStdin::GetPrompt() const function in class:CMICmnStreamStdin
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h168 GetPrompt();
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h130 GetPrompt () function in class:lldb_private::IOHandler
543 GetPrompt () override;
H A DDebugger.h307 GetPrompt() const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h269 GetPrompt() const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp215 const char *new_prompt = GetPrompt();
226 SetPrompt (GetPrompt());
286 Debugger::GetPrompt() const function in class:Debugger
297 const char *new_prompt = GetPrompt();
365 SetPrompt (GetPrompt());
H A DIOHandler.cpp469 prompt = GetPrompt();
579 IOHandlerEditline::GetPrompt () function in class:IOHandlerEditline
584 return m_editline_ap->GetPrompt ();
674 ::fprintf(out, "%u%s", m_base_line_number + (uint32_t)lines.GetSize(), GetPrompt() == NULL ? " " : "");
/freebsd-11.0-release/usr.sbin/pppctl/
H A Dpppctl.c106 GetPrompt(EditLine *e) function
596 el_set(td.edit, EL_PROMPT, GetPrompt);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1107 SBDebugger::GetPrompt() const function in class:SBDebugger
1112 log->Printf ("SBDebugger(%p)::GetPrompt () => \"%s\"",
1114 (m_opaque_sp ? m_opaque_sp->GetPrompt() : ""));
1116 return (m_opaque_sp ? m_opaque_sp->GetPrompt() : nullptr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2435 m_debugger.GetPrompt(),
2681 debugger.GetPrompt(),
2972 io_handler.GetOutputStreamFile()->Printf("%s%s\n", io_handler.GetPrompt(), line.c_str());
3186 m_debugger.GetPrompt(),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1272 Editline::GetPrompt() function in class:Editline

Completed in 120 milliseconds