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 24 of file SBSourceManager.cpp.
|
inline |
Definition at line 26 of file SBSourceManager.cpp.
|
inline |
Definition at line 29 of file SBSourceManager.cpp.
|
inline |
Definition at line 31 of file SBSourceManager.cpp.
References m_debugger_wp, and m_target_wp.
|
inline |
Definition at line 38 of file SBSourceManager.cpp.
References m_debugger_wp, and m_target_wp.
|
private |
Definition at line 65 of file SBSourceManager.cpp.
Referenced by DisplaySourceLinesWithLineNumbers(), and SourceManagerImpl().
|
private |
Definition at line 66 of file SBSourceManager.cpp.
Referenced by DisplaySourceLinesWithLineNumbers(), and SourceManagerImpl().