Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp365 prompt = GetPrompt(); in GetLine()
459 const char *IOHandlerEditline::GetPrompt() { in GetPrompt() function in IOHandlerEditline
462 return m_editline_up->GetPrompt(); in GetPrompt()
530 GetPrompt() == nullptr ? " " : ""); in GetLines()
620 const char *prompt = GetPrompt(); in PrintAsync()
H A DDebugger.cpp226 llvm::StringRef new_prompt = GetPrompt(); in SetPropertyValue()
239 SetPrompt(GetPrompt()); in SetPropertyValue()
298 llvm::StringRef Debugger::GetPrompt() const { in GetPrompt() function in Debugger
307 llvm::StringRef new_prompt = GetPrompt(); in SetPrompt()
385 SetPrompt(GetPrompt()); in SetUseColor()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Ddebuggerdriver.py90 return self.debugger.GetPrompt()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h99 virtual const char *GetPrompt() { in GetPrompt() function
388 const char *GetPrompt() override;
H A DDebugger.h289 llvm::StringRef GetPrompt() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h180 const char *GetPrompt();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i453 GetPrompt() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h325 const char *GetPrompt() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1383 const char *SBDebugger::GetPrompt() const { in GetPrompt() function in SBDebugger
1390 (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()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2555 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()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp1475 const char *Editline::GetPrompt() { return m_set_prompt.c_str(); } in GetPrompt() function in Editline