Home
last modified time | relevance | path

Searched refs:GetPrompt (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp364 prompt = GetPrompt(); in GetLine()
462 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline
465 return m_editline_up->GetPrompt(); in GetPrompt()
533 GetPrompt() == nullptr ? " " : ""); in GetLines()
621 const char *prompt = GetPrompt(); in PrintAsync()
H A DDebugger.cpp202 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue()
215 SetPrompt(GetPrompt()); in SetPropertyValue()
274 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger
283 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt()
352 SetPrompt(GetPrompt()); in SetUseColor()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h102 virtual const char *GetPrompt() { in GetPrompt() function
394 const char *GetPrompt() override;
H A DDebugger.h307 llvm::StringRef GetPrompt() const;
/freebsd-13.1/usr.sbin/pppctl/
H A Dpppctl.c108 GetPrompt(EditLine *e) in GetPrompt() function
600 el_set(td.edit, EL_PROMPT, GetPrompt); in main()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h178 const char *GetPrompt();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i429 GetPrompt() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h295 const char *GetPrompt() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1372 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger
1373 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBDebugger, GetPrompt); in GetPrompt()
1379 (m_opaque_sp ? m_opaque_sp->GetPrompt().str().c_str() : "")); in GetPrompt()
1381 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString() in GetPrompt()
1851 LLDB_REGISTER_METHOD_CONST(const char *, SBDebugger, GetPrompt, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2306 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()
2547 debugger.GetPrompt(), llvm::StringRef(), in HandleCommandsFromFile()
2837 "%s%s\n", io_handler.GetPrompt(), line.c_str()); in IOHandlerInputComplete()
3069 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1461 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19943 result = (char *)((lldb::SBDebugger const *)arg1)->GetPrompt(); in _wrap_SBDebugger_GetPrompt()