Home
last modified time | relevance | path

Searched refs:UpdatePrompt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h372 void UpdatePrompt(llvm::StringRef prompt);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp339 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
413 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1898 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt() function in CommandInterpreter