Home
last modified time | relevance | path

Searched refs:auto_load_pspace_info (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dauto-load.h39 extern struct auto_load_pspace_info *
41 extern int maybe_add_script (struct auto_load_pspace_info *pspace_info,
49 script_not_found_warning_print (struct auto_load_pspace_info *pspace_info);
H A Dauto-load.c512 struct auto_load_pspace_info *pspace_info; in source_gdb_script_for_objfile()
541 struct auto_load_pspace_info struct
574 struct auto_load_pspace_info *info; in auto_load_pspace_data_cleanup()
588 static struct auto_load_pspace_info *
591 struct auto_load_pspace_info *info; in get_auto_load_pspace_data()
596 info = XZALLOC (struct auto_load_pspace_info); in get_auto_load_pspace_data()
628 init_loaded_scripts_info (struct auto_load_pspace_info *pspace_info) in init_loaded_scripts_info()
645 struct auto_load_pspace_info *
648 struct auto_load_pspace_info *info; in get_auto_load_pspace_data_for_loading()
710 struct auto_load_pspace_info *info; in clear_section_scripts()
[all …]
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-auto-load.c72 struct auto_load_pspace_info *pspace_info; in gdbpy_load_auto_script_for_objfile()
106 struct auto_load_pspace_info *pspace_info; in source_section_scripts()