LLDB mainline
|
Public Member Functions | |
bool | Read (Process *process, lldb::addr_t addr) |
Static Public Member Functions | |
static size_t | GetSize (Process *process) |
Public Attributes | |
lldb::addr_t | m_offset_ptr |
lldb::addr_t | m_name_ptr |
lldb::addr_t | m_type_ptr |
uint32_t | m_alignment |
uint32_t | m_size |
std::string | m_name |
std::string | m_type |
Definition at line 188 of file AppleObjCClassDescriptorV2.h.
|
inlinestatic |
Definition at line 198 of file AppleObjCClassDescriptorV2.h.
References lldb_private::Process::GetAddressByteSize().
Referenced by lldb_private::ClassDescriptorV2::Describe().
bool ClassDescriptorV2::ivar_t::Read | ( | Process * | process, |
lldb::addr_t | addr | ||
) |
Definition at line 344 of file AppleObjCClassDescriptorV2.cpp.
References error(), lldb_private::DataExtractor::GetAddress_unchecked(), lldb_private::Process::GetAddressByteSize(), lldb_private::Process::GetByteOrder(), lldb_private::WritableDataBuffer::GetBytes(), lldb_private::DataExtractor::GetU32_unchecked(), lldb_private::ClassDescriptorV2::m_name, lldb_private::Process::ReadCStringFromMemory(), and lldb_private::Process::ReadMemory().
Referenced by lldb_private::ClassDescriptorV2::Describe().
uint32_t lldb_private::ClassDescriptorV2::ivar_t::m_alignment |
Definition at line 192 of file AppleObjCClassDescriptorV2.h.
std::string lldb_private::ClassDescriptorV2::ivar_t::m_name |
Definition at line 195 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::Describe().
lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_name_ptr |
Definition at line 190 of file AppleObjCClassDescriptorV2.h.
lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_offset_ptr |
Definition at line 189 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::Describe().
uint32_t lldb_private::ClassDescriptorV2::ivar_t::m_size |
Definition at line 193 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::Describe().
std::string lldb_private::ClassDescriptorV2::ivar_t::m_type |
Definition at line 196 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::Describe().
lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_type_ptr |
Definition at line 191 of file AppleObjCClassDescriptorV2.h.