Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h401 void UpdatePrompt(llvm::StringRef prompt);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp207 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
288 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1896 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt() function in CommandInterpreter