#include "defs.h"
#include "arch-utils.h"
#include "command.h"
#include "ui-out.h"
#include "cli/cli-script.h"
#include "gdbcmd.h"
#include "progspace.h"
#include "objfiles.h"
#include "value.h"
#include "language.h"
#include "gdbsupport/event-loop.h"
#include "readline/tilde.h"
#include "python.h"
#include "extension-priv.h"
#include "cli/cli-utils.h"
#include <ctype.h>
#include "location.h"
#include "run-on-main-thread.h"
#include "gdbsupport/selftest.h"
#include "observable.h"
Go to the source code of this file.
|
static void | python_interactive_command (const char *arg, int from_tty) |
|
static void | python_command (const char *arg, int from_tty) |
|
static void | show_python_ignore_environment (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
|
static void | set_python_ignore_environment (const char *args, int from_tty, struct cmd_list_element *c) |
|
static void | show_python_dont_write_bytecode (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
|
static void | set_python_dont_write_bytecode (const char *args, int from_tty, struct cmd_list_element *c) |
|
void | _initialize_python () |
|
◆ _initialize_python()
void _initialize_python |
( |
| ) |
|
◆ python_command()
static void python_command |
( |
const char * | arg, |
|
|
int | from_tty ) |
|
static |
◆ python_interactive_command()
static void python_interactive_command |
( |
const char * | arg, |
|
|
int | from_tty ) |
|
static |
◆ set_python_dont_write_bytecode()
static void set_python_dont_write_bytecode |
( |
const char * | args, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c ) |
|
static |
◆ set_python_ignore_environment()
static void set_python_ignore_environment |
( |
const char * | args, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c ) |
|
static |
◆ show_python_dont_write_bytecode()
static void show_python_dont_write_bytecode |
( |
struct ui_file * | file, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c, |
|
|
const char * | value ) |
|
static |
◆ show_python_ignore_environment()
static void show_python_ignore_environment |
( |
struct ui_file * | file, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | c, |
|
|
const char * | value ) |
|
static |
◆ extension_language_python
◆ gdbpy_should_print_stack
◆ python_cmd_element
◆ python_dont_write_bytecode
◆ python_excp_enums
const char* const python_excp_enums[] |
|
static |
Initial value:=
{
NULL
}
static const char python_excp_none[]
static const char python_excp_message[]
static const char python_excp_full[]
Definition at line 47 of file python.c.
◆ python_excp_full
const char python_excp_full[] = "full" |
|
static |
◆ python_excp_message
const char python_excp_message[] = "message" |
|
static |
◆ python_excp_none
const char python_excp_none[] = "none" |
|
static |
◆ python_ignore_environment
bool python_ignore_environment = false |
|
static |
◆ user_set_python_list
◆ user_show_python_list