|
GDB (xrefs)
|
#include <vector>Go to the source code of this file.
Classes | |
| struct | osdata_column |
| struct | osdata_item |
| struct | osdata |
Functions | |
| std::unique_ptr< osdata > | osdata_parse (const char *xml) |
| std::unique_ptr< osdata > | get_osdata (const char *type) |
| const std::string * | get_osdata_column (const osdata_item &item, const char *name) |
| void | info_osdata (const char *type) |
| std::unique_ptr<osdata> get_osdata | ( | const char * | type | ) |
Definition at line 160 of file osdata.c.
References _, error(), osdata_parse(), target_get_osdata(), and warning().
Referenced by info_osdata(), and list_available_thread_groups().
| const std::string* get_osdata_column | ( | const osdata_item & | item, |
| const char * | name | ||
| ) |
Definition at line 185 of file osdata.c.
References osdata_item::columns, osdata_column::name, name, and osdata_column::value.
Referenced by list_available_thread_groups().
| void info_osdata | ( | const char * | type | ) |
Definition at line 195 of file osdata.c.
References _, osdata_item::columns, current_uiout, error(), ui_out::field_string(), get_osdata(), ui_out::is_mi_like_p(), osdata::items, ui_out::table_body(), ui_out::table_header(), ui_out::text(), and ui_left.
Referenced by info_osdata_command(), and mi_cmd_info_os().
| std::unique_ptr<osdata> osdata_parse | ( | const char * | xml | ) |
Definition at line 144 of file osdata.c.
References _, gdb_xml_parse_quick(), osdata_parsing_data::osdata, and osdata_elements.
Referenced by get_osdata().
1.8.14