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.h477 void UpdatePrompt(llvm::StringRef prompt);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp235 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
351 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2287 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt() function in CommandInterpreter