65Set the debugger's behaviour regarding auto-loaded Python scripts."), _(
"\
66Show the debugger's behaviour regarding auto-loaded Python scripts."), _(
"\
67If enabled, auto-loaded Python scripts are loaded when the debugger reads\n\
68an executable or shared library.\n\
69This options has security implications for untrusted inferiors."),
77Set the debugger's behaviour regarding auto-loaded Python scripts, "
80Show the debugger's behaviour regarding auto-loaded Python scripts, "
88 _(
"Print the list of automatically loaded Python scripts.\n\
89Usage: info auto-load python-scripts [REGEXP]"),
94Print the list of automatically loaded Python scripts, deprecated."));
95 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(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 * 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)
struct program_space * current_program_space
bool gdbpy_auto_load_enabled(const struct extension_language_defn *extlang)
static int CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION gdbpy_initialize_auto_load(void)
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)
#define CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION
#define GDBPY_INITIALIZE_FILE(INIT,...)
const struct extension_language_defn extension_language_python
void gdb_printf(struct ui_file *stream, const char *format,...)