Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h360 std::string m_current_prompt; variable
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp342 m_current_prompt = PromptForIndex(line_index); in SetCurrentLine()
613 return m_current_prompt.c_str(); in Prompt()