#include <SBSourceManager.h>
Protected Member Functions |
| SBSourceManager (lldb_private::SourceManager *source_manager) |
Detailed Description
Definition at line 19 of file SBSourceManager.h.
Constructor & Destructor Documentation
lldb::SBSourceManager::SBSourceManager |
( |
const SBDebugger & |
debugger | ) |
|
lldb::SBSourceManager::SBSourceManager |
( |
const SBTarget & |
target | ) |
|
lldb::SBSourceManager::~SBSourceManager |
( |
| ) |
|
lldb::SBSourceManager::SBSourceManager |
( |
lldb_private::SourceManager * |
source_manager | ) |
|
|
protected |
Member Function Documentation
size_t lldb::SBSourceManager::DisplaySourceLinesWithLineNumbers |
( |
const lldb::SBFileSpec & |
file, |
|
|
uint32_t |
line, |
|
|
uint32_t |
context_before, |
|
|
uint32_t |
context_after, |
|
|
const char * |
current_line_cstr, |
|
|
lldb::SBStream & |
s |
|
) |
| |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: