66Set the debugger's behaviour regarding auto-loaded Guile scripts."), _(
"\
67Show the debugger's behaviour regarding auto-loaded Guile scripts."), _(
"\
68If enabled, auto-loaded Guile scripts are loaded when the debugger reads\n\
69an executable or shared library.\n\
70This options has security implications for untrusted inferiors."),
76 _(
"Print the list of automatically loaded Guile scripts.\n\
77Usage: info auto-load guile-scripts [REGEXP]"),
struct cmd_list_element ** auto_load_info_cmdlist_get(void)
void auto_load_info_scripts(program_space *pspace, const char *pattern, int from_tty, const extension_language_defn *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 * add_cmd(const char *name, enum command_class theclass, const char *doc, struct cmd_list_element **list)
set_show_commands add_setshow_boolean_cmd(const char *name, enum command_class theclass, bool *var, const char *set_doc, const char *show_doc, const char *help_doc, cmd_func_ftype *set_func, show_value_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list)
const struct extension_language_defn extension_language_guile
struct program_space * current_program_space
bool gdbscm_auto_load_enabled(const struct extension_language_defn *extlang)
static bool auto_load_guile_scripts
static void show_auto_load_guile_scripts(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
void gdbscm_initialize_auto_load(void)
static void info_auto_load_guile_scripts(const char *pattern, int from_tty)
void gdb_printf(struct ui_file *stream, const char *format,...)