Searched refs:GetPrompt (Results 1 – 12 of 12) sorted by relevance
373 prompt = GetPrompt(); in GetLine()469 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline472 return m_editline_up->GetPrompt(); in GetPrompt()540 GetPrompt() == nullptr ? " " : ""); in GetLines()630 const char *prompt = GetPrompt(); in PrintAsync()
214 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue()227 SetPrompt(GetPrompt()); in SetPropertyValue()286 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger295 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt()378 SetPrompt(GetPrompt()); in SetUseColor()
54 obj.GetPrompt()
90 return self.debugger.GetPrompt()
102 virtual const char *GetPrompt() { in GetPrompt() function394 const char *GetPrompt() override;
291 llvm::StringRef GetPrompt() const;
179 const char *GetPrompt();
451 GetPrompt() const;
308 const char *GetPrompt() const;
1345 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger1352 (m_opaque_sp ? m_opaque_sp->GetPrompt().str().c_str() : "")); in GetPrompt()1354 return (m_opaque_sp ? ConstString(m_opaque_sp->GetPrompt()).GetCString() in GetPrompt()
2504 m_debugger.GetPrompt().str().c_str(), cmd); in HandleCommands()2743 debugger.GetPrompt(), llvm::StringRef(), in HandleCommandsFromFile()3044 "%s%s\n", io_handler.GetPrompt(), line.c_str()); in IOHandlerInputComplete()3287 m_debugger.GetErrorStreamSP(), flags, "lldb", m_debugger.GetPrompt(), in GetIOHandler()
1474 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline