Searched refs:GetPrompt (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2228 m_debugger.GetPrompt().str().c_str(), cmd);
2469 debugger.GetPrompt(), llvm::StringRef(),
2754 "%s%s\n", io_handler.GetPrompt(), line.c_str());
2920 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1330 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } function in class:Editline
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp329 prompt = GetPrompt();
431 const char *IOHandlerEditline::GetPrompt() { function in class:IOHandlerEditline
434 return m_editline_up->GetPrompt();
502 GetPrompt() == nullptr ? " " : "");
590 const char *prompt = GetPrompt();
H A DDebugger.cpp279 llvm::StringRef new_prompt = GetPrompt();
292 SetPrompt(GetPrompt());
340 llvm::StringRef Debugger::GetPrompt() const { function in class:Debugger
349 llvm::StringRef new_prompt = GetPrompt();
415 SetPrompt(GetPrompt());
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1309 const char *SBDebugger::GetPrompt() const { function in class:SBDebugger
1310 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBDebugger, GetPrompt);
1314 LLDB_LOGF(log, "SBDebugger(%p)::GetPrompt () => \"%s\"",
1316 (m_opaque_sp ? m_opaque_sp->GetPrompt().str().c_str() : ""));
1318 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString()
1778 LLDB_REGISTER_METHOD_CONST(const char *, SBDebugger, GetPrompt, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h180 const char *GetPrompt();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h98 virtual const char *GetPrompt() { function in class:lldb_private::IOHandler
384 const char *GetPrompt() override;
H A DDebugger.h259 llvm::StringRef GetPrompt() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h253 const char *GetPrompt() const;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i429 GetPrompt() const;
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c108 GetPrompt(EditLine *e) function
598 el_set(td.edit, EL_PROMPT, GetPrompt);

Completed in 124 milliseconds