|
GDB (API)
|
#include "defs.h"#include "target.h"#include "vec.h"#include "xml-support.h"#include "osdata.h"#include "gdb_string.h"#include "ui-out.h"#include "gdbcmd.h"Go to the source code of this file.
Functions | |
| struct osdata * | osdata_parse (const char *xml) |
| void | osdata_free (struct osdata *osdata) |
| struct cleanup * | make_cleanup_osdata_free (struct osdata *data) |
| struct osdata * | get_osdata (const char *type) |
| const char * | get_osdata_column (struct osdata_item *item, const char *name) |
| void | info_osdata_command (char *type, int from_tty) |
| void | _initialize_osdata (void) |
Variables | |
| initialize_file_ftype | _initialize_osdata |
| void _initialize_osdata | ( | void | ) |
| struct osdata* get_osdata | ( | const char * | type | ) | [read] |
| const char* get_osdata_column | ( | struct osdata_item * | item, |
| const char * | name | ||
| ) |
| void info_osdata_command | ( | char * | type, |
| int | from_tty | ||
| ) |
| struct cleanup* make_cleanup_osdata_free | ( | struct osdata * | data | ) | [read] |
| void osdata_free | ( | struct osdata * | osdata | ) |
| struct osdata* osdata_parse | ( | const char * | xml | ) | [read] |
1.7.6.1