LLDB API Documentation
#include <SBBlock.h>
Public Member Functions | |
SBBlock () | |
SBBlock (const lldb::SBBlock &rhs) | |
~SBBlock () | |
const lldb::SBBlock & | operator= (const lldb::SBBlock &rhs) |
bool | IsInlined () const |
bool | IsValid () const |
const char * | GetInlinedName () const |
lldb::SBFileSpec | GetInlinedCallSiteFile () const |
uint32_t | GetInlinedCallSiteLine () const |
uint32_t | GetInlinedCallSiteColumn () const |
lldb::SBBlock | GetParent () |
lldb::SBBlock | GetSibling () |
lldb::SBBlock | GetFirstChild () |
uint32_t | GetNumRanges () |
lldb::SBAddress | GetRangeStartAddress (uint32_t idx) |
lldb::SBAddress | GetRangeEndAddress (uint32_t idx) |
uint32_t | GetRangeIndexForBlockAddress (lldb::SBAddress block_addr) |
lldb::SBValueList | GetVariables (lldb::SBFrame &frame, bool arguments, bool locals, bool statics, lldb::DynamicValueType use_dynamic) |
lldb::SBValueList | GetVariables (lldb::SBTarget &target, bool arguments, bool locals, bool statics) |
lldb::SBBlock | GetContainingInlinedBlock () |
bool | GetDescription (lldb::SBStream &description) |
Friends | |
class | SBAddress |
class | SBFrame |
class | SBFunction |
class | SBSymbolContext |
lldb::SBBlock::SBBlock | ( | ) |
lldb::SBBlock::SBBlock | ( | const lldb::SBBlock & | rhs | ) |
lldb::SBBlock::~SBBlock | ( | ) |
lldb::SBBlock lldb::SBBlock::GetContainingInlinedBlock | ( | ) |
Get the inlined block that contains this block.
bool lldb::SBBlock::GetDescription | ( | lldb::SBStream & | description | ) |
lldb::SBBlock lldb::SBBlock::GetFirstChild | ( | ) |
uint32_t lldb::SBBlock::GetInlinedCallSiteColumn | ( | ) | const |
lldb::SBFileSpec lldb::SBBlock::GetInlinedCallSiteFile | ( | ) | const |
uint32_t lldb::SBBlock::GetInlinedCallSiteLine | ( | ) | const |
const char* lldb::SBBlock::GetInlinedName | ( | ) | const |
uint32_t lldb::SBBlock::GetNumRanges | ( | ) |
lldb::SBBlock lldb::SBBlock::GetParent | ( | ) |
lldb::SBAddress lldb::SBBlock::GetRangeEndAddress | ( | uint32_t | idx | ) |
uint32_t lldb::SBBlock::GetRangeIndexForBlockAddress | ( | lldb::SBAddress | block_addr | ) |
lldb::SBAddress lldb::SBBlock::GetRangeStartAddress | ( | uint32_t | idx | ) |
lldb::SBBlock lldb::SBBlock::GetSibling | ( | ) |
lldb::SBValueList lldb::SBBlock::GetVariables | ( | lldb::SBFrame & | frame, |
bool | arguments, | ||
bool | locals, | ||
bool | statics, | ||
lldb::DynamicValueType | use_dynamic | ||
) |
lldb::SBValueList lldb::SBBlock::GetVariables | ( | lldb::SBTarget & | target, |
bool | arguments, | ||
bool | locals, | ||
bool | statics | ||
) |
bool lldb::SBBlock::IsInlined | ( | ) | const |
bool lldb::SBBlock::IsValid | ( | ) | const |
const lldb::SBBlock& lldb::SBBlock::operator= | ( | const lldb::SBBlock & | rhs | ) |
|
friend |
|
friend |