GDB (xrefs)
|
#include "defs.h"
#include "top.h"
#include "gdbcmd.h"
#include "objfiles.h"
#include "python.h"
#include "auto-load.h"
#include "python-internal.h"
Go to the source code of this file.
Functions | |
static void | show_auto_load_python_scripts (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
bool | gdbpy_auto_load_enabled (const struct extension_language_defn *extlang) |
static void | info_auto_load_python_scripts (const char *pattern, int from_tty) |
static int CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION | gdbpy_initialize_auto_load (void) |
GDBPY_INITIALIZE_FILE (gdbpy_initialize_auto_load) | |
Variables | |
static bool | auto_load_python_scripts = true |
bool gdbpy_auto_load_enabled | ( | const struct extension_language_defn * | extlang | ) |
Definition at line 46 of file py-auto-load.c.
References auto_load_python_scripts.
|
static |
Definition at line 61 of file py-auto-load.c.
References add_cmd(), add_info(), add_setshow_boolean_cmd(), auto_load_info_cmdlist_get(), auto_load_python_scripts, auto_load_set_cmdlist_get(), auto_load_show_cmdlist_get(), class_info, class_support, deprecate_cmd(), info_auto_load_python_scripts(), set_show_commands::set, setlist, set_show_commands::show, show_auto_load_python_scripts(), and showlist.
GDBPY_INITIALIZE_FILE | ( | gdbpy_initialize_auto_load | ) |
|
static |
Definition at line 54 of file py-auto-load.c.
References auto_load_info_scripts(), current_program_space, and extension_language_python.
Referenced by gdbpy_initialize_auto_load().
|
static |
Definition at line 37 of file py-auto-load.c.
References gdb_printf().
Referenced by gdbpy_initialize_auto_load().
|
static |
Definition at line 32 of file py-auto-load.c.
Referenced by gdbpy_auto_load_enabled(), and gdbpy_initialize_auto_load().