LLDB mainline
|
Protected Member Functions | |
lldb::addr_t | GetDataAddress () override |
uint64_t | GetUsedCount () override |
uint64_t | GetOffset () override |
uint64_t | GetSize () override |
virtual lldb::addr_t | GetDataAddress ()=0 |
virtual uint64_t | GetUsedCount ()=0 |
virtual uint64_t | GetOffset ()=0 |
virtual uint64_t | GetSize ()=0 |
![]() | |
void | SetValid (bool valid) |
bool | IsValid () |
lldb::ValueObjectSP | CreateValueObjectFromExpression (llvm::StringRef name, llvm::StringRef expression, const ExecutionContext &exe_ctx) |
lldb::ValueObjectSP | CreateValueObjectFromAddress (llvm::StringRef name, uint64_t address, const ExecutionContext &exe_ctx, CompilerType type) |
lldb::ValueObjectSP | CreateValueObjectFromData (llvm::StringRef name, const DataExtractor &data, const ExecutionContext &exe_ctx, CompilerType type) |
Private Attributes | |
D32 * | m_data_32 |
D64 * | m_data_64 |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< SyntheticChildrenFrontEnd > | SharedPointer |
typedef std::unique_ptr< SyntheticChildrenFrontEnd > | AutoPointer |
![]() | |
ExecutionContextRef | m_exe_ctx_ref |
uint8_t | m_ptr_size = 8 |
CompilerType | m_id_type |
![]() | |
ValueObject & | m_backend |
Definition at line 78 of file NSArray.cpp.
lldb_private::formatters::GenericNSArrayMSyntheticFrontEnd< D32, D64 >::GenericNSArrayMSyntheticFrontEnd | ( | lldb::ValueObjectSP | valobj_sp | ) |
Definition at line 475 of file NSArray.cpp.
|
override |
Definition at line 541 of file NSArray.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overridevirtual |
Implements lldb_private::formatters::NSArrayMSyntheticFrontEndBase.
Definition at line 505 of file NSArray.cpp.
References error().
|
private |
Definition at line 96 of file NSArray.cpp.
|
private |
Definition at line 97 of file NSArray.cpp.