Searched refs:m_end_line (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 297 : IOHandlerDelegate(completion), m_end_line(end_line.str() + "\n") {} in IOHandlerDelegate() 303 return m_end_line; in IOHandlerGetControlSequence() 312 llvm::StringRef(m_end_line).drop_back(1); // Drop '\n' in IOHandlerIsInputComplete() 323 const std::string m_end_line;
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 932 m_start_line(0), m_end_line(0), m_function_spec(), m_class_name(), in SymbolContextSpecifier() 949 m_end_line = line_no; in AddLineSpecification() 991 if ((return_value = llvm::to_integer(spec_string, m_end_line))) in AddSpecification() 1017 m_end_line = 0; in Clear() 1075 if (sc.line_entry.line < m_start_line || sc.line_entry.line > m_end_line) in SymbolContextMatches() 1147 s->Printf("to line %" PRIu64 "", (uint64_t)m_end_line); in GetDescription() 1151 s->Printf(" from start to line %" PRIu64 "", (uint64_t)m_end_line); in GetDescription() 1160 s->Printf("to line %" PRIu64 "", (uint64_t)m_end_line); in GetDescription() 1165 s->Printf("From start to line %" PRIu64 ".\n", (uint64_t)m_end_line); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 360 size_t m_end_line; variable
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 320 if (option_arg.getAsInteger(0, m_end_line)) in SetOptionValue() 357 m_end_line = LLDB_INVALID_LINE_NUMBER; in OptionParsingStarting() 368 uint32_t m_end_line; member in ThreadStepScopeOptionGroup 455 if (m_options.m_end_line != LLDB_INVALID_LINE_NUMBER && in DoExecute() 485 if (m_options.m_end_line != LLDB_INVALID_LINE_NUMBER) { in DoExecute() 487 if (!sc.GetAddressRangeFromHereToEndLine(m_options.m_end_line, range, in DoExecute()
|