GDB (xrefs)
Classes | Functions | Variables
/home/stan/gdb/src/gdb/auto-load.h File Reference

Go to the source code of this file.

Classes

struct  script_language

Functions

struct auto_load_pspace_infoget_auto_load_pspace_data_for_loading (struct program_space *pspace)
int maybe_add_script (struct auto_load_pspace_info *pspace_info, int loaded, const char *name, const char *full_path, const struct script_language *language)
void auto_load_objfile_script (struct objfile *objfile, const struct script_language *language)
void load_auto_scripts_for_objfile (struct objfile *objfile)
int script_not_found_warning_print (struct auto_load_pspace_info *pspace_info)
void auto_load_info_scripts (char *pattern, int from_tty, const struct script_language *language)
struct cmd_list_element ** auto_load_set_cmdlist_get (void)
struct cmd_list_element ** auto_load_show_cmdlist_get (void)
struct cmd_list_element ** auto_load_info_cmdlist_get (void)
int file_is_auto_load_safe (const char *filename, const char *debug_fmt,...)

Variables

int global_auto_load
int auto_load_local_gdbinit
char * auto_load_local_gdbinit_pathname
int auto_load_local_gdbinit_loaded
char auto_load_info_scripts_pattern_nl []

Function Documentation

struct cmd_list_element** auto_load_info_cmdlist_get ( void  ) [read]

Definition at line 1172 of file auto-load.c.

References _, add_prefix_cmd(), class_info, info_auto_load_cmd(), and infolist.

Referenced by _initialize_thread_db(), and info_auto_load_cmd().

void auto_load_info_scripts ( char *  pattern,
int  from_tty,
const struct script_language language 
)
void auto_load_objfile_script ( struct objfile objfile,
const struct script_language language 
)
struct cmd_list_element** auto_load_set_cmdlist_get ( void  ) [read]

Definition at line 1094 of file auto-load.c.

References _, add_prefix_cmd(), class_maintenance, set_auto_load_cmd(), and setlist.

Referenced by _initialize_thread_db(), and set_auto_load_cmd().

struct cmd_list_element** auto_load_show_cmdlist_get ( void  ) [read]
int file_is_auto_load_safe ( const char *  filename,
const char *  debug_fmt,
  ... 
)
void load_auto_scripts_for_objfile ( struct objfile objfile)
int maybe_add_script ( struct auto_load_pspace_info pspace_info,
int  loaded,
const char *  name,
const char *  full_path,
const struct script_language language 
)

Variable Documentation

Definition at line 95 of file auto-load.c.

Referenced by captured_main().

Definition at line 101 of file auto-load.c.

Referenced by captured_main(), and info_auto_load_local_gdbinit().

Definition at line 98 of file auto-load.c.

Referenced by captured_main(), and info_auto_load_local_gdbinit().

Definition at line 92 of file auto-load.c.

Referenced by captured_main(), and load_auto_scripts_for_objfile().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines