LLDB mainline
|
Public Member Functions | |
bool | Read (Process *process, lldb::addr_t addr) |
Public Attributes | |
uint16_t | m_entsize |
bool | m_is_small |
bool | m_has_direct_selector |
uint32_t | m_count |
lldb::addr_t | m_first_ptr |
Definition at line 142 of file AppleObjCClassDescriptorV2.h.
bool ClassDescriptorV2::method_list_t::Read | ( | Process * | process, |
lldb::addr_t | addr | ||
) |
Definition at line 239 of file AppleObjCClassDescriptorV2.cpp.
References error(), lldb_private::Process::GetABI(), lldb_private::Process::GetAddressByteSize(), lldb_private::Process::GetByteOrder(), lldb_private::WritableDataBuffer::GetBytes(), lldb_private::DataExtractor::GetU32_unchecked(), and lldb_private::Process::ReadMemory().
Referenced by lldb_private::ClassDescriptorV2::GetMethodList().
uint32_t lldb_private::ClassDescriptorV2::method_list_t::m_count |
Definition at line 146 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::ProcessMethodList().
uint16_t lldb_private::ClassDescriptorV2::method_list_t::m_entsize |
Definition at line 143 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::GetMethodList(), and lldb_private::ClassDescriptorV2::ProcessMethodList().
lldb::addr_t lldb_private::ClassDescriptorV2::method_list_t::m_first_ptr |
Definition at line 147 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::ProcessMethodList().
bool lldb_private::ClassDescriptorV2::method_list_t::m_has_direct_selector |
Definition at line 145 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::ProcessMethodList().
bool lldb_private::ClassDescriptorV2::method_list_t::m_is_small |
Definition at line 144 of file AppleObjCClassDescriptorV2.h.
Referenced by lldb_private::ClassDescriptorV2::GetMethodList(), and lldb_private::ClassDescriptorV2::ProcessMethodList().