LLDB mainline
|
Public Member Functions | |
ProcessMemoryIterator (ProcessSP process_sp, lldb::addr_t base) | |
bool | IsValid () |
uint8_t | operator[] (lldb::addr_t offset) |
Private Attributes | |
ProcessSP | m_process_sp |
lldb::addr_t | m_base_addr |
bool | m_is_valid = true |
Definition at line 984 of file CommandObjectMemory.cpp.
|
inline |
Definition at line 986 of file CommandObjectMemory.cpp.
References lldbassert.
|
inline |
Definition at line 991 of file CommandObjectMemory.cpp.
References m_is_valid.
Referenced by operator[]().
|
inline |
Definition at line 993 of file CommandObjectMemory.cpp.
References error(), IsValid(), m_base_addr, m_is_valid, and m_process_sp.
|
private |
Definition at line 1010 of file CommandObjectMemory.cpp.
Referenced by operator[]().
|
private |
Definition at line 1011 of file CommandObjectMemory.cpp.
Referenced by IsValid(), and operator[]().
|
private |
Definition at line 1009 of file CommandObjectMemory.cpp.
Referenced by operator[]().