Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DEditline.h376 std::string m_current_prompt; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DEditline.cpp348 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
619 return m_current_prompt.c_str(); in Prompt()