GDB (API)
Defines | Typedefs | Functions
/home/stan/gdb/src/gdb/python/py-cmd.c File Reference
#include "defs.h"
#include "arch-utils.h"
#include "value.h"
#include "exceptions.h"
#include "python-internal.h"
#include "charset.h"
#include "gdbcmd.h"
#include "cli/cli-decode.h"
#include "completer.h"
#include "language.h"

Go to the source code of this file.

Defines

#define N_COMPLETERS   (sizeof (completers) / sizeof (completers[0]))

Typedefs

typedef struct cmdpy_object cmdpy_object

Functions

char * gdbpy_parse_command_name (const char *name, struct cmd_list_element ***base_list, struct cmd_list_element **start_list)
int gdbpy_initialize_commands (void)
PyObjectgdbpy_string_to_argv (PyObject *self, PyObject *args)

Define Documentation

#define N_COMPLETERS   (sizeof (completers) / sizeof (completers[0]))

Definition at line 50 of file py-cmd.c.


Typedef Documentation

typedef struct cmdpy_object cmdpy_object

Definition at line 69 of file py-cmd.c.


Function Documentation

Definition at line 568 of file py-cmd.c.

char* gdbpy_parse_command_name ( const char *  name,
struct cmd_list_element ***  base_list,
struct cmd_list_element **  start_list 
)

Definition at line 324 of file py-cmd.c.

PyObject* gdbpy_string_to_argv ( PyObject self,
PyObject args 
)

Definition at line 678 of file py-cmd.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines