Searched refs:GetPrompt (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 367 prompt = GetPrompt(); in GetLine() 461 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() 464 return m_editline_up->GetPrompt(); in GetPrompt() 554 GetPrompt() == nullptr ? " " : ""); in Run() 644 const char *prompt = GetPrompt(); 459 const char *IOHandlerEditline::GetPrompt() { GetPrompt() function in IOHandlerEditline
|
H A D | Debugger.cpp | 225 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue() 238 SetPrompt(GetPrompt()); in SetPropertyValue() 245 SetPrompt(GetPrompt()); in SetPropertyValue() 306 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger 327 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt() 412 SetPrompt(GetPrompt()); in SetUseColor()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 98 virtual const char *GetPrompt() { in GetPrompt() function 386 const char *GetPrompt() override;
|
H A D | Debugger.h | 283 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 | 182 const char *GetPrompt();
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 385 const char *GetPrompt() const;
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1400 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger 1407 (m_opaque_sp ? m_opaque_sp->GetPrompt() : "")); in GetPrompt() 1409 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString() in GetPrompt()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2571 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands() 2811 debugger.GetPrompt(), llvm::StringRef(), in HandleCommandsFromFile() 3119 "%s%s\n", io_handler.GetPrompt(), line.c_str()); in IOHandlerInputComplete() 3374 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 1448 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 23133 result = (char *)((lldb::SBDebugger const *)arg1)->GetPrompt(); in _wrap_SBDebugger_GetPrompt()
|