|
GDB (xrefs)
|
#include "defs.h"#include "mi-cmds.h"#include "mi-getopt.h"#include "mi-interp.h"#include "ui-out.h"#include "symtab.h"#include "source.h"#include "objfiles.h"#include "psymtab.h"#include "solib.h"#include "solist.h"#include "gdb_regex.h"Go to the source code of this file.
Functions | |
| void | mi_cmd_file_list_exec_source_file (const char *command, char **argv, int argc) |
| static void | print_partial_file_name (const char *filename, const char *fullname, void *ignore) |
| void | mi_cmd_file_list_exec_source_files (const char *command, char **argv, int argc) |
| void | mi_cmd_file_list_shared_libraries (const char *command, char **argv, int argc) |
| void mi_cmd_file_list_exec_source_file | ( | const char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 37 of file mi-cmd-file.c.
References _, gdb::argv, COMPUNIT_MACRO_TABLE, current_uiout, error(), ui_out::field_int(), ui_out::field_string(), get_current_source_symtab_and_line(), symtab_and_line::line, mi_valid_noargs(), set_default_source_symtab_and_line(), symtab_and_line::symtab, SYMTAB_COMPUNIT, symtab_to_filename_for_display(), and symtab_to_fullname().
| void mi_cmd_file_list_exec_source_files | ( | const char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 84 of file mi-cmd-file.c.
References _, ALL_FILETABS, gdb::argv, ui_out::begin(), current_uiout, ui_out::end(), error(), ui_out::field_string(), map_symbol_filenames(), mi_valid_noargs(), objfile::objfile(), print_partial_file_name(), symtab_to_filename_for_display(), symtab_to_fullname(), ui_out_type_list, and ui_out_type_tuple.
| void mi_cmd_file_list_shared_libraries | ( | const char * | command, |
| char ** | argv, | ||
| int | argc | ||
| ) |
Definition at line 117 of file mi-cmd-file.c.
References _, ALL_SO_LIBS, gdb::argv, current_uiout, error(), mi_output_solib_attribs(), re_comp(), so_list::so_name, and update_solib_list().
|
static |
Definition at line 68 of file mi-cmd-file.c.
References ui_out::begin(), current_uiout, ui_out::end(), ui_out::field_string(), and ui_out_type_tuple.
Referenced by mi_cmd_file_list_exec_source_files().
1.8.14