GDB (API)
|
#include "vec.h"
Go to the source code of this file.
Classes | |
struct | mem_attrib |
struct | mem_region |
Typedefs | |
typedef struct mem_region | mem_region_s |
Enumerations | |
enum | mem_access_mode { MEM_NONE, MEM_RW, MEM_RO, MEM_WO, MEM_FLASH } |
enum | mem_access_width { MEM_WIDTH_UNSPECIFIED, MEM_WIDTH_8, MEM_WIDTH_16, MEM_WIDTH_32, MEM_WIDTH_64 } |
Functions | |
DEF_VEC_O (mem_region_s) | |
struct mem_region * | lookup_mem_region (CORE_ADDR) |
void | invalidate_target_mem_regions (void) |
void | mem_region_init (struct mem_region *) |
int | mem_region_cmp (const void *, const void *) |
typedef struct mem_region mem_region_s |
enum mem_access_mode |
enum mem_access_width |
void invalidate_target_mem_regions | ( | void | ) |
struct mem_region* lookup_mem_region | ( | CORE_ADDR | ) | [read] |
void mem_region_init | ( | struct mem_region * | ) |