64Set the debugger's behaviour regarding auto-loaded Python scripts."), _(
"\
65Show the debugger's behaviour regarding auto-loaded Python scripts."), _(
"\
66If enabled, auto-loaded Python scripts are loaded when the debugger reads\n\
67an executable or shared library.\n\
68This options has security implications for untrusted inferiors."),
76Set the debugger's behaviour regarding auto-loaded Python scripts, "
79Show the debugger's behaviour regarding auto-loaded Python scripts, "
87 _(
"Print the list of automatically loaded Python scripts.\n\
88Usage: info auto-load python-scripts [REGEXP]"),
93Print the list of automatically loaded Python scripts, deprecated."));
94 deprecate_cmd (info_auto_load_scripts_cmd,
"info auto-load python-scripts");
struct cmd_list_element ** auto_load_info_cmdlist_get(void)
void auto_load_info_scripts(const char *pattern, int from_tty, const struct 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 * showlist
struct cmd_list_element * setlist
struct cmd_list_element * add_cmd(const char *name, enum command_class theclass, const char *doc, struct cmd_list_element **list)
struct cmd_list_element * deprecate_cmd(struct cmd_list_element *cmd, const char *replacement)
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)
struct cmd_list_element * add_info(const char *name, cmd_simple_func_ftype *fun, const char *doc)
int gdbpy_initialize_auto_load(void)
bool gdbpy_auto_load_enabled(const struct extension_language_defn *extlang)
static void show_auto_load_python_scripts(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)
static bool auto_load_python_scripts
static void info_auto_load_python_scripts(const char *pattern, int from_tty)
const struct extension_language_defn extension_language_python
void gdb_printf(struct ui_file *stream, const char *format,...)