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

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp367 prompt = GetPrompt();
461 const char *IOHandlerEditline::GetPrompt() { function in class:IOHandlerEditline
464 return m_editline_up->GetPrompt();
554 GetPrompt() == nullptr ? " " : "");
644 const char *prompt = GetPrompt();
H A DDebugger.cpp224 llvm::StringRef new_prompt = GetPrompt();
237 SetPrompt(GetPrompt());
244 SetPrompt(GetPrompt());
305 llvm::StringRef Debugger::GetPrompt() const { function in class:Debugger
326 llvm::StringRef new_prompt = GetPrompt();
411 SetPrompt(GetPrompt());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h98 virtual const char *GetPrompt() { function in class:lldb_private::IOHandler
386 const char *GetPrompt() override;
H A DDebugger.h290 llvm::StringRef GetPrompt() const;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h182 const char *GetPrompt();
/freebsd-current/usr.sbin/pppctl/
H A Dpppctl.c105 GetPrompt(EditLine *e) function
597 el_set(td.edit, EL_PROMPT, GetPrompt);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h369 const char *GetPrompt() const;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1400 const char *SBDebugger::GetPrompt() const { function in class:SBDebugger
1405 LLDB_LOG(log, "SBDebugger({0:x})::GetPrompt () => \"{1}\"",
1407 (m_opaque_sp ? m_opaque_sp->GetPrompt() : ""));
1409 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString()
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2558 m_debugger.GetPrompt().str().c_str(), cmd);
2797 debugger.GetPrompt(), llvm::StringRef(),
3100 "%s%s\n", io_handler.GetPrompt(), line.c_str());
3351 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(),
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1488 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } function in class:Editline
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21787 SWIG_check_num_args("lldb::SBDebugger::GetPrompt",1,1)
21788 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetPrompt",1,"lldb::SBDebugger const *");
21794 result = (char *)((lldb::SBDebugger const *)arg1)->GetPrompt();
22732 { "GetPrompt", _wrap_SBDebugger_GetPrompt},
[all...]

Completed in 408 milliseconds