Searched refs:SetPrompt (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h137 SetPrompt (const char *p);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h120 SetPrompt (const char *prompt) function in class:lldb_private::IOHandler
433 SetPrompt (const char *prompt);
H A DDebugger.h305 SetPrompt(const char *p);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp63 SetPrompt (prompt);
537 Editline::SetPrompt (const char *p) function in class:Editline
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h272 SetPrompt (const char *prompt);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1091 SBDebugger::SetPrompt (const char *prompt) function in class:SBDebugger
1094 m_opaque_sp->SetPrompt (prompt);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp190 SetPrompt (GetPrompt());
246 Debugger::SetPrompt(const char *p) function in class:Debugger
318 SetPrompt (GetPrompt());
H A DIOHandler.cpp171 SetPrompt (prompt_stream.GetString().c_str());
342 SetPrompt(prompt);
483 IOHandlerEditline::SetPrompt (const char *p) function in class:IOHandlerEditline
490 m_editline_ap->SetPrompt (m_prompt.empty() ? NULL : m_prompt.c_str());
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2107 m_command_io_handler_sp->SetPrompt(new_prompt);

Completed in 206 milliseconds