GDB (xrefs)
|
Public Attributes | |
struct htab * | loaded_script_files |
struct htab * | loaded_script_texts |
int | unsupported_script_warning_printed |
int | script_not_found_warning_printed |
Definition at line 544 of file auto-load.c.
struct htab* auto_load_pspace_info::loaded_script_files |
Definition at line 548 of file auto-load.c.
Referenced by auto_load_info_scripts(), auto_load_pspace_data_cleanup(), clear_section_scripts(), get_auto_load_pspace_data_for_loading(), init_loaded_scripts_info(), and maybe_add_script_file().
struct htab* auto_load_pspace_info::loaded_script_texts |
Definition at line 549 of file auto-load.c.
Referenced by auto_load_info_scripts(), auto_load_pspace_data_cleanup(), clear_section_scripts(), init_loaded_scripts_info(), and maybe_add_script_text().
int auto_load_pspace_info::script_not_found_warning_printed |
Definition at line 557 of file auto-load.c.
Referenced by clear_section_scripts(), init_loaded_scripts_info(), and maybe_print_script_not_found_warning().
int auto_load_pspace_info::unsupported_script_warning_printed |
Definition at line 553 of file auto-load.c.
Referenced by clear_section_scripts(), init_loaded_scripts_info(), and maybe_print_unsupported_script_warning().