|
GDB (xrefs)
|
#include "target.h"
Public Member Functions | |
| memory_read_result (ULONGEST begin_, ULONGEST end_, gdb::unique_xmalloc_ptr< gdb_byte > &&data_) | |
| ~memory_read_result ()=default | |
| memory_read_result (memory_read_result &&other)=default | |
| DISABLE_COPY_AND_ASSIGN (memory_read_result) | |
Public Attributes | |
| ULONGEST | begin |
| ULONGEST | end |
| gdb::unique_xmalloc_ptr< gdb_byte > | data |
|
inline |
|
default |
|
default |
| memory_read_result::DISABLE_COPY_AND_ASSIGN | ( | memory_read_result | ) |
| gdb::unique_xmalloc_ptr<gdb_byte> memory_read_result::data |
1.8.14