LLDB mainline
|
Public Member Functions | |
SourceManagerImpl (const lldb::DebuggerSP &debugger_sp) | |
SourceManagerImpl (const lldb::TargetSP &target_sp) | |
SourceManagerImpl (const SourceManagerImpl &rhs) | |
size_t | DisplaySourceLinesWithLineNumbers (const lldb_private::FileSpec &file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, lldb_private::Stream *s) |
Private Attributes | |
lldb::DebuggerWP | m_debugger_wp |
lldb::TargetWP | m_target_wp |
Definition at line 23 of file SBSourceManager.cpp.
|
inline |
Definition at line 25 of file SBSourceManager.cpp.
References m_debugger_wp.
Referenced by SourceManagerImpl().
|
inline |
Definition at line 28 of file SBSourceManager.cpp.
References m_target_wp.
|
inline |
Definition at line 30 of file SBSourceManager.cpp.
References m_debugger_wp, m_target_wp, and SourceManagerImpl().
|
inline |
Definition at line 37 of file SBSourceManager.cpp.
References m_debugger_wp, and m_target_wp.
|
private |
Definition at line 64 of file SBSourceManager.cpp.
Referenced by DisplaySourceLinesWithLineNumbers(), SourceManagerImpl(), and SourceManagerImpl().
|
private |
Definition at line 65 of file SBSourceManager.cpp.
Referenced by DisplaySourceLinesWithLineNumbers(), SourceManagerImpl(), and SourceManagerImpl().