Home
last modified time | relevance | path

Searched refs:m_current_prompt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h413 std::string m_current_prompt; variable
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp358 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
639 return m_current_prompt.c_str(); in Prompt()