GDB (xrefs)
|
#include "defs.h"
#include "gdbcmd.h"
#include "xml-builtin.h"
#include "xml-support.h"
#include "gdbsupport/filestuff.h"
#include "gdbsupport/gdb-safe-ctype.h"
#include <vector>
#include <string>
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) |
static void | show_debug_xml (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
gdb::optional< gdb::char_vector > | xml_fetch_content_from_file (const char *filename, const char *dirname) |
void | _initialize_xml_support () |
Variables | |
static bool | debug_xml |
void _initialize_xml_support | ( | ) |
Definition at line 1006 of file xml-support.c.
Referenced by initialize_all_files().
const char * fetch_xml_builtin | ( | const char * | filename | ) |
Definition at line 914 of file xml-support.c.
References xml_builtin.
Referenced by xml_builtin_xfer_partial().
|
static |
Definition at line 957 of file xml-support.c.
References gdb_printf().
LONGEST xml_builtin_xfer_partial | ( | const char * | filename, |
gdb_byte * | readbuf, | ||
const gdb_byte * | writebuf, | ||
ULONGEST | offset, | ||
LONGEST | len ) |
Definition at line 931 of file xml-support.c.
References fetch_xml_builtin().
gdb::optional< gdb::char_vector > xml_fetch_content_from_file | ( | const char * | filename, |
const char * | dirname ) |
Definition at line 964 of file xml-support.c.
Referenced by file_read_description_xml().
|
static |
Definition at line 30 of file xml-support.c.