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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h105 virtual bool SetPrompt(llvm::StringRef prompt) { function in class:lldb_private::IOHandler
109 bool SetPrompt(const char *) = delete;
391 bool SetPrompt(llvm::StringRef prompt) override;
392 bool SetPrompt(const char *prompt) = delete;
H A DDebugger.h263 void SetPrompt(llvm::StringRef p);
264 void SetPrompt(const char *) = delete;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp151 SetPrompt(prompt_stream.GetString());
247 SetPrompt(prompt);
272 SetPrompt(prompt);
455 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { function in class:IOHandlerEditline
460 m_editline_up->SetPrompt(m_prompt.empty() ? nullptr : m_prompt.c_str());
H A DDebugger.cpp214 SetPrompt(GetPrompt());
273 void Debugger::SetPrompt(llvm::StringRef p) { function in class:Debugger
345 SetPrompt(GetPrompt());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h165 void SetPrompt(const char *prompt);
175 /// Returns the prompt established by SetPrompt()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h259 void SetPrompt(const char *prompt);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i432 SetPrompt (const char *prompt);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1344 void SBDebugger::SetPrompt(const char *prompt) { function in class:SBDebugger
1345 LLDB_RECORD_METHOD(void, SBDebugger, SetPrompt, (const char *), prompt);
1348 m_opaque_sp->SetPrompt(llvm::StringRef::withNullAsEmpty(prompt));
1805 LLDB_REGISTER_METHOD(void, SBDebugger, SetPrompt, (const char *));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1301 void Editline::SetPrompt(const char *prompt) { function in class:Editline
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1882 m_command_io_handler_sp->SetPrompt(new_prompt);
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19900 SWIG_check_num_args("lldb::SBDebugger::SetPrompt",2,2)
19901 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::SetPrompt",1,"lldb::SBDebugger *");
19902 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBDebugger::SetPrompt",2,"char const *");
19909 (arg1)->SetPrompt((char const *)arg2);
20624 { "SetPrompt", _wrap_SBDebugger_SetPrompt},
[all...]

Completed in 267 milliseconds