#include <SBSourceManager.h>
|
| SBSourceManager (const SBDebugger &debugger) |
|
| SBSourceManager (const SBTarget &target) |
|
| SBSourceManager (const SBSourceManager &rhs) |
|
| ~SBSourceManager () |
|
const lldb::SBSourceManager & | operator= (const lldb::SBSourceManager &rhs) |
|
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) |
|
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) |
|
Definition at line 19 of file SBSourceManager.h.
lldb::SBSourceManager::SBSourceManager |
( |
const SBDebugger & |
debugger | ) |
|
lldb::SBSourceManager::SBSourceManager |
( |
const SBTarget & |
target | ) |
|
lldb::SBSourceManager::~SBSourceManager |
( |
| ) |
|
lldb::SBSourceManager::SBSourceManager |
( |
lldb_private::SourceManager * |
source_manager | ) |
|
|
protected |
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 |
|
) |
| |
size_t lldb::SBSourceManager::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 |
|
) |
| |
The documentation for this class was generated from the following file: