GDB (API)
|
#include "defs.h"
#include "gdbcmd.h"
#include "exceptions.h"
#include "xml-support.h"
#include "filestuff.h"
#include "gdb_string.h"
#include "safe-ctype.h"
Go to the source code of this file.
Functions | |
const char * | fetch_xml_builtin (const char *filename) |
LONGEST | xml_builtin_xfer_partial (const char *filename, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len) |
void | obstack_xml_printf (struct obstack *obstack, const char *format,...) |
char * | xml_fetch_content_from_file (const char *filename, void *baton) |
void | _initialize_xml_support (void) |
void _initialize_xml_support | ( | void | ) |
const char* fetch_xml_builtin | ( | const char * | filename | ) |
Definition at line 929 of file xml-support.c.
void obstack_xml_printf | ( | struct obstack * | obstack, |
const char * | format, | ||
... | |||
) |
Definition at line 979 of file xml-support.c.
LONGEST xml_builtin_xfer_partial | ( | const char * | filename, |
gdb_byte * | readbuf, | ||
const gdb_byte * | writebuf, | ||
ULONGEST | offset, | ||
LONGEST | len | ||
) |
Definition at line 946 of file xml-support.c.
char* xml_fetch_content_from_file | ( | const char * | filename, |
void * | baton | ||
) |
Definition at line 1019 of file xml-support.c.