Home
last modified time | relevance | path

Searched refs:GetLines (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandler.cpp511 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines() function in IOHandlerEditline
517 return m_editline_up->GetLines(m_base_line_number, lines, interrupted); in GetLines()
559 if (GetLines(lines, interrupted)) { in Run()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DEditline.h227 bool GetLines(int first_line_number, StringList &lines, bool &interrupted);
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DIOHandler.h400 bool GetLines(StringList &lines, bool &interrupted);
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp1542 bool Editline::GetLines(int first_line_number, StringList &lines, in GetLines() function in Editline