|
GDB (API)
|
#include "defs.h"#include "target.h"#include "target-descriptions.h"#include "xml-support.h"#include "xml-tdesc.h"#include "osabi.h"#include "filenames.h"#include "gdb_assert.h"Go to the source code of this file.
Functions | |
| struct target_desc * | file_read_description_xml (const char *filename) |
| struct target_desc * | target_read_description_xml (struct target_ops *ops) |
| struct target_desc* file_read_description_xml | ( | const char * | filename | ) | [read] |
Definition at line 567 of file xml-tdesc.c.
| struct target_desc* target_read_description_xml | ( | struct target_ops * | ops | ) | [read] |
Definition at line 617 of file xml-tdesc.c.
1.7.6.1