Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h454 void UpdatePrompt(llvm::StringRef prompt);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp231 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
312 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2127 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt() function in CommandInterpreter