Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp154 SetPrompt(prompt_stream.GetString()); in IOHandlerConfirm()
256 SetPrompt(prompt); in IOHandlerEditline()
303 SetPrompt(prompt); in IOHandlerEditline()
475 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { in SetPrompt()
480 m_editline_up->SetPrompt(m_prompt.empty() ? nullptr : m_prompt.c_str()); in SetPrompt()
473 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { SetPrompt() function in IOHandlerEditline
H A DDebugger.cpp238 SetPrompt(GetPrompt()); in SetPropertyValue()
245 SetPrompt(GetPrompt()); in SetPropertyValue()
324 void Debugger::SetPrompt(llvm::StringRef p) { in SetPrompt() function in Debugger
412 SetPrompt(GetPrompt()); in SetUseColor()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h103 virtual bool SetPrompt(llvm::StringRef prompt) { in SetPrompt() function
107 bool SetPrompt(const char *) = delete;
388 bool SetPrompt(llvm::StringRef prompt) override;
389 bool SetPrompt(const char *prompt) = delete;
H A DDebugger.h289 void SetPrompt(llvm::StringRef p);
290 void SetPrompt(const char *) = delete;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp67 SetPrompt(llvm::StringRef("..> ")); in IOHandlerActivated()
74 SetPrompt(llvm::StringRef("..> ")); in IOHandlerActivated()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h172 void SetPrompt(const char *prompt);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h387 void SetPrompt(const char *prompt);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1413 void SBDebugger::SetPrompt(const char *prompt) { in SetPrompt() function in SBDebugger
1417 m_opaque_sp->SetPrompt(llvm::StringRef(prompt)); in SetPrompt()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1410 void Editline::SetPrompt(const char *prompt) { in SetPrompt() function in Editline
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2149 m_command_io_handler_sp->SetPrompt(new_prompt); in UpdatePrompt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23159 (arg1)->SetPrompt((char const *)arg2); in _wrap_SBDebugger_SetPrompt()