|
LLDB mainline
|
Static Public Member Functions | |
| static size_t | GetSize (Process *process) |
| static llvm::Expected< ivar_t > | Read (Process *process, lldb::addr_t addr) |
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 187 of file AppleObjCClassDescriptorV2.h.
|
inlinestatic |
Definition at line 197 of file AppleObjCClassDescriptorV2.h.
References lldb_private::Process::GetAddressByteSize().
Referenced by lldb_private::ClassDescriptorV2::Describe(), and Read().
|
static |
Definition at line 364 of file AppleObjCClassDescriptorV2.cpp.
References error(), lldb_private::DataExtractor::GetAddress_unchecked(), lldb_private::Process::GetAddressByteSize(), lldb_private::Process::GetByteOrder(), lldb_private::WritableDataBuffer::GetBytes(), GetSize(), lldb_private::DataExtractor::GetU32_unchecked(), m_alignment, m_name, m_name_ptr, m_offset_ptr, m_size, m_type, m_type_ptr, lldb_private::Process::ReadCStringsFromMemory(), and lldb_private::Process::ReadMemory().
Referenced by lldb_private::ClassDescriptorV2::Describe().
| uint32_t lldb_private::ClassDescriptorV2::ivar_t::m_alignment |
Definition at line 191 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().
| std::string lldb_private::ClassDescriptorV2::ivar_t::m_name |
Definition at line 194 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().
| lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_name_ptr |
Definition at line 189 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().
| lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_offset_ptr |
Definition at line 188 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().
| uint32_t lldb_private::ClassDescriptorV2::ivar_t::m_size |
Definition at line 192 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().
| std::string lldb_private::ClassDescriptorV2::ivar_t::m_type |
Definition at line 195 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().
| lldb::addr_t lldb_private::ClassDescriptorV2::ivar_t::m_type_ptr |
Definition at line 190 of file AppleObjCClassDescriptorV2.h.
Referenced by Read().