|
GDB (xrefs)
|
Go to the source code of this file.
Classes | |
| struct | memory_map_parsing_data |
Functions | |
| static void | memory_map_start_memory (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, VEC(gdb_xml_value_s) *attributes) |
| static void | memory_map_end_memory (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, const char *body_text) |
| static void | memory_map_start_property (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, VEC(gdb_xml_value_s) *attributes) |
| static void | memory_map_end_property (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, void *user_data, const char *body_text) |
| std::vector< mem_region > | parse_memory_map (const char *memory_map) |
Variables | |
| const struct gdb_xml_attribute | property_attributes [] |
| const struct gdb_xml_element | memory_children [] |
| const struct gdb_xml_enum | memory_type_enum [] |
| const struct gdb_xml_attribute | memory_attributes [] |
| const struct gdb_xml_element | memory_map_children [] |
| const struct gdb_xml_element | memory_map_elements [] |
|
static |
Definition at line 82 of file memory-map.c.
References _, mem_region::attrib, mem_attrib::blocksize, gdb_xml_error(), MEM_FLASH, memory_map_parsing_data::memory_map, and mem_attrib::mode.
|
static |
Definition at line 113 of file memory-map.c.
References _, mem_region::attrib, mem_attrib::blocksize, gdb_xml_debug(), gdb_xml_parse_ulongest(), memory_map_parsing_data::memory_map, and memory_map_parsing_data::property_name.
|
static |
Definition at line 59 of file memory-map.c.
References memory_map_parsing_data::memory_map, gdb_xml_value::value, and xml_find_attribute().
|
static |
Definition at line 98 of file memory-map.c.
References name, memory_map_parsing_data::property_name, gdb_xml_value::value, and xml_find_attribute().
| std::vector<mem_region> parse_memory_map | ( | const char * | memory_map | ) |
Definition at line 172 of file memory-map.c.
References _, gdb_xml_parse_quick(), and memory_map_elements.
Referenced by remote_memory_map().
| const struct gdb_xml_attribute memory_attributes[] |
Definition at line 152 of file memory-map.c.
| const struct gdb_xml_element memory_children[] |
Definition at line 138 of file memory-map.c.
| const struct gdb_xml_element memory_map_children[] |
Definition at line 159 of file memory-map.c.
| const struct gdb_xml_element memory_map_elements[] |
Definition at line 165 of file memory-map.c.
Referenced by parse_memory_map().
| const struct gdb_xml_enum memory_type_enum[] |
Definition at line 145 of file memory-map.c.
| const struct gdb_xml_attribute property_attributes[] |
Definition at line 133 of file memory-map.c.
1.8.14