|
GDB (xrefs)
|
#include "defs.h"#include "osdata.h"#include "mi-cmds.h"#include "ada-lang.h"#include "arch-utils.h"Go to the source code of this file.
Functions | |
| void | mi_cmd_info_ada_exceptions (char *command, char **argv, int argc) |
| void | mi_cmd_info_gdb_mi_command (char *command, char **argv, int argc) |
| void | mi_cmd_info_os (char *command, char **argv, int argc) |
| void mi_cmd_info_ada_exceptions | ( | char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 28 of file mi-cmd-info.c.
References _, ada_exc_info::addr, current_uiout, do_cleanups(), error(), get_current_arch(), make_cleanup(), make_cleanup_ui_out_table_begin_end(), make_cleanup_ui_out_tuple_begin_end(), ada_exc_info::name, ui_left, ui_out_field_core_addr(), ui_out_field_string(), ui_out_table_body(), ui_out_table_header(), VEC, VEC_cleanup, VEC_iterate, and VEC_length.
| void mi_cmd_info_gdb_mi_command | ( | char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 77 of file mi-cmd-info.c.
References _, current_uiout, do_cleanups(), error(), make_cleanup_ui_out_tuple_begin_end(), mi_lookup(), and ui_out_field_string().
| void mi_cmd_info_os | ( | char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 104 of file mi-cmd-info.c.
References _, error(), and info_osdata_command().
1.8.10