GDB (xrefs)
|
#include "memattr.h"
Static Public Member Functions | |
static mem_attrib | unknown () |
Public Attributes | |
enum mem_access_mode | mode = MEM_RW |
enum mem_access_width | width = MEM_WIDTH_UNSPECIFIED |
int | hwbreak = 0 |
int | cache = 0 |
int | verify = 0 |
int | blocksize = -1 |
|
inlinestatic |
Definition at line 55 of file memattr.h.
References MEM_NONE, and mode.
Referenced by lookup_mem_region().
int mem_attrib::blocksize = -1 |
Definition at line 80 of file memattr.h.
Referenced by block_boundaries().
int mem_attrib::cache = 0 |
Definition at line 73 of file memattr.h.
Referenced by mem_command(), and memory_xfer_partial_1().
int mem_attrib::hwbreak = 0 |
Definition at line 70 of file memattr.h.
Referenced by info_mem_command(), and mem_command().
enum mem_access_mode mem_attrib::mode = MEM_RW |
Definition at line 65 of file memattr.h.
Referenced by block_boundaries(), dcache_read_line(), handle_automatic_hardware_breakpoints(), insert_bp_location(), mem_command(), mem_region::mem_region(), memory_xfer_check_region(), read_memory_robust(), split_regular_and_flash_blocks(), and unknown().
int mem_attrib::verify = 0 |
Definition at line 77 of file memattr.h.
Referenced by info_mem_command(), and mem_command().
enum mem_access_width mem_attrib::width = MEM_WIDTH_UNSPECIFIED |
Definition at line 67 of file memattr.h.
Referenced by mem_command().