Searched refs:GetPrompt (Results 1 – 11 of 11) sorted by relevance
365 prompt = GetPrompt(); in GetLine()459 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline462 return m_editline_up->GetPrompt(); in GetPrompt()530 GetPrompt() == nullptr ? " " : ""); in GetLines()620 const char *prompt = GetPrompt(); in PrintAsync()
226 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue()239 SetPrompt(GetPrompt()); in SetPropertyValue()298 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger307 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt()385 SetPrompt(GetPrompt()); in SetUseColor()
90 return self.debugger.GetPrompt()
99 virtual const char *GetPrompt() { in GetPrompt() function388 const char *GetPrompt() override;
289 llvm::StringRef GetPrompt() const;
180 const char *GetPrompt();
453 GetPrompt() const;
325 const char *GetPrompt() const;
1383 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger1390 (m_opaque_sp ? m_opaque_sp->GetPrompt().str().c_str() : "")); in GetPrompt()1392 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString() in GetPrompt()
2555 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()2794 debugger.GetPrompt(), llvm::StringRef(), in HandleCommandsFromFile()3092 "%s%s\n", io_handler.GetPrompt(), line.c_str()); in IOHandlerInputComplete()3340 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
1475 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline