|
GDB (API)
|
#include "defs.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"#include "arch-utils.h"Go to the source code of this file.
Typedefs | |
| typedef struct parmpy_object | parmpy_object |
Functions | |
| int | gdbpy_initialize_parameters (void) |
Variables | |
| struct parm_constant | parm_constants [] |
| typedef struct parmpy_object parmpy_object |
Definition at line 90 of file py-param.c.
| int gdbpy_initialize_parameters | ( | void | ) |
Definition at line 754 of file py-param.c.
| struct parm_constant parm_constants[] |
{
{ "PARAM_BOOLEAN", var_boolean },
{ "PARAM_AUTO_BOOLEAN", var_auto_boolean },
{ "PARAM_UINTEGER", var_uinteger },
{ "PARAM_INTEGER", var_integer },
{ "PARAM_STRING", var_string },
{ "PARAM_STRING_NOESCAPE", var_string_noescape },
{ "PARAM_OPTIONAL_FILENAME", var_optional_filename },
{ "PARAM_FILENAME", var_filename },
{ "PARAM_ZINTEGER", var_zinteger },
{ "PARAM_ENUM", var_enum },
{ NULL, 0 }
}
Definition at line 39 of file py-param.c.
1.7.6.1