GDB (xrefs)
Public Attributes | List of all members
gdb_xml_attribute Struct Reference

#include "xml-support.h"

Public Attributes

const char * name
 
int flags
 
gdb_xml_attribute_handlerhandler
 
const void * handler_data
 

Detailed Description

Definition at line 112 of file xml-support.h.

Member Data Documentation

int gdb_xml_attribute::flags

Definition at line 115 of file xml-support.h.

Referenced by gdb_xml_start_element().

gdb_xml_attribute_handler* gdb_xml_attribute::handler

Definition at line 116 of file xml-support.h.

Referenced by gdb_xml_start_element().

const void* gdb_xml_attribute::handler_data

Definition at line 117 of file xml-support.h.

Referenced by gdb_xml_parse_attr_enum().

const char* gdb_xml_attribute::name

The documentation for this struct was generated from the following file: