Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h470 void UpdatePrompt(llvm::StringRef prompt);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp230 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
332 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2143 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt() function in CommandInterpreter