9#ifndef LLDB_API_SBSOURCEMANAGER_H
10#define LLDB_API_SBSOURCEMANAGER_H
30 uint32_t context_after,
const char *current_line_cstr,
lldb::SBStream &s);
34 uint32_t context_before, uint32_t context_after,
size_t DisplaySourceLinesWithLineNumbersAndColumn(const lldb::SBFileSpec &file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s)
std::unique_ptr< lldb_private::SourceManagerImpl > m_opaque_up
size_t DisplaySourceLinesWithLineNumbers(const lldb::SBFileSpec &file, uint32_t line, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s)
SBSourceManager(const SBDebugger &debugger)
const lldb::SBSourceManager & operator=(const lldb::SBSourceManager &rhs)
friend class SBCommandInterpreter