GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/auto-load.h File Reference

Go to the source code of this file.

Functions

struct auto_load_pspace_infoget_auto_load_pspace_data_for_loading (struct program_space *pspace)
 
void auto_load_objfile_script (struct objfile *objfile, const struct extension_language_defn *)
 
void load_auto_scripts_for_objfile (struct objfile *objfile)
 
void auto_load_info_scripts (char *pattern, int from_tty, const struct extension_language_defn *)
 
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,...) ATTRIBUTE_PRINTF(2
 
int int auto_load_gdb_scripts_enabled (const struct extension_language_defn *extlang)
 

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

int int auto_load_gdb_scripts_enabled ( const struct extension_language_defn extlang)

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

References auto_load_gdb_scripts.

struct cmd_list_element** auto_load_info_cmdlist_get ( void  )
void auto_load_info_scripts ( char *  pattern,
int  from_tty,
const struct extension_language_defn  
)
void auto_load_objfile_script ( struct objfile objfile,
const struct extension_language_defn  
)
struct cmd_list_element** auto_load_set_cmdlist_get ( void  )
struct cmd_list_element** auto_load_show_cmdlist_get ( void  )
int file_is_auto_load_safe ( const char *  filename,
const char *  debug_fmt,
  ... 
)
struct auto_load_pspace_info* get_auto_load_pspace_data_for_loading ( struct program_space pspace)
void load_auto_scripts_for_objfile ( struct objfile objfile)

Variable Documentation

char auto_load_info_scripts_pattern_nl[]
int auto_load_local_gdbinit

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

Referenced by _initialize_auto_load(), and captured_main().

int auto_load_local_gdbinit_loaded

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

Referenced by captured_main(), and info_auto_load_local_gdbinit().

char* auto_load_local_gdbinit_pathname

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

Referenced by captured_main(), and info_auto_load_local_gdbinit().

int global_auto_load

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

Referenced by captured_main(), and load_auto_scripts_for_objfile().