GDB (xrefs)
Functions | Variables
/tmp/gdb-8.1/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 (const 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

◆ auto_load_gdb_scripts_enabled()

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.

◆ auto_load_info_cmdlist_get()

struct cmd_list_element** auto_load_info_cmdlist_get ( void  )

◆ auto_load_info_scripts()

void auto_load_info_scripts ( const char *  pattern,
int  from_tty,
const struct extension_language_defn  
)

◆ auto_load_objfile_script()

void auto_load_objfile_script ( struct objfile objfile,
const struct extension_language_defn  
)

◆ auto_load_set_cmdlist_get()

struct cmd_list_element** auto_load_set_cmdlist_get ( void  )

◆ auto_load_show_cmdlist_get()

struct cmd_list_element** auto_load_show_cmdlist_get ( void  )

◆ file_is_auto_load_safe()

int file_is_auto_load_safe ( const char *  filename,
const char *  debug_fmt,
  ... 
)

◆ get_auto_load_pspace_data_for_loading()

struct auto_load_pspace_info* get_auto_load_pspace_data_for_loading ( struct program_space pspace)

◆ load_auto_scripts_for_objfile()

void load_auto_scripts_for_objfile ( struct objfile objfile)

Variable Documentation

◆ auto_load_info_scripts_pattern_nl

char auto_load_info_scripts_pattern_nl[]

◆ auto_load_local_gdbinit

int auto_load_local_gdbinit

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

Referenced by _initialize_auto_load(), and captured_main_1().

◆ auto_load_local_gdbinit_loaded

int auto_load_local_gdbinit_loaded

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

Referenced by captured_main_1(), and info_auto_load_local_gdbinit().

◆ auto_load_local_gdbinit_pathname

char* auto_load_local_gdbinit_pathname

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

Referenced by captured_main_1(), and info_auto_load_local_gdbinit().

◆ global_auto_load

int global_auto_load

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

Referenced by captured_main_1(), and load_auto_scripts_for_objfile().