Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h100 virtual bool SetPrompt(llvm::StringRef prompt) { in SetPrompt() function
110 bool SetPrompt(const char *) = delete;
383 bool SetPrompt(llvm::StringRef prompt) override;
384 bool SetPrompt(const char *prompt) = delete;
H A DDebugger.h282 void SetPrompt(llvm::StringRef p);
283 void SetPrompt(const char *) = delete;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp141 SetPrompt(prompt_stream.GetString()); in IOHandlerConfirm()
244 SetPrompt(prompt); in IOHandlerEditline()
287 SetPrompt(prompt); in IOHandlerEditline()
464 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { in SetPrompt() function in IOHandlerEditline
469 m_editline_up->SetPrompt(m_prompt.empty() ? nullptr : m_prompt.c_str()); in SetPrompt()
H A DDebugger.cpp343 void Debugger::SetPrompt(llvm::StringRef p) { in SetPrompt() function in Debugger
463 SetPrompt(GetPrompt()); in SetUseColor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp68 SetPrompt(llvm::StringRef("..> ")); in IOHandlerActivated()
75 SetPrompt(llvm::StringRef("..> ")); in IOHandlerActivated()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h176 void SetPrompt(const char *prompt);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h530 void SetPrompt(const char *prompt);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1398 void SBDebugger::SetPrompt(const char *prompt) { in SetPrompt() function in SBDebugger
1402 m_opaque_sp->SetPrompt(llvm::StringRef(prompt)); in SetPrompt()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1543 void Editline::SetPrompt(const char *prompt) { in SetPrompt() function in Editline
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2293 m_command_io_handler_sp->SetPrompt(new_prompt); in UpdatePrompt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23522 (arg1)->SetPrompt((char const *)arg2); in _wrap_SBDebugger_SetPrompt()