Searched refs:GetPrompt (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 351 prompt = GetPrompt(); in GetLine() 450 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline 453 return m_editline_up->GetPrompt(); in GetPrompt() 557 GetPrompt() == nullptr ? " " : ""); in GetLines() 646 const char *prompt = GetPrompt(); in PrintAsync()
|
| H A D | Debugger.cpp | 230 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue() 325 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger 346 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt() 463 SetPrompt(GetPrompt()); in SetUseColor()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 95 virtual const char *GetPrompt() { in GetPrompt() function 381 const char *GetPrompt() override;
|
| H A D | Debugger.h | 276 llvm::StringRef GetPrompt() const;
|
| /freebsd/usr.sbin/pppctl/ |
| H A D | pppctl.c | 105 GetPrompt(EditLine *e) in GetPrompt() function 597 el_set(td.edit, EL_PROMPT, GetPrompt); in main()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Editline.h | 186 const char *GetPrompt();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 527 const char *GetPrompt() const;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1385 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger 1392 (m_opaque_sp ? m_opaque_sp->GetPrompt() : "")); in GetPrompt() 1394 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString() in GetPrompt()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2723 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands() 2963 debugger.GetPrompt(), llvm::StringRef(), in HandleCommandsFromFile() 3272 locked_stream.Printf("%s%s\n", io_handler.GetPrompt(), line.c_str()); in IOHandlerInputComplete() 3301 unsigned prompt_len = m_debugger.GetPrompt().size(); in IOHandlerInputComplete() 3553 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 1588 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 23496 result = (char *)((lldb::SBDebugger const *)arg1)->GetPrompt(); in _wrap_SBDebugger_GetPrompt()
|