Searched refs:var_types (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-setshow.h40 extern unsigned int parse_cli_var_uinteger (var_types var_type,
H A Dcli-decode.h134 ENUM_BITFIELD (var_types) var_type : 4;
H A Dcli-option.h51 var_types var_type_,
69 var_types type;
H A Dcli-setshow.c191 parse_cli_var_uinteger (var_types var_type, const char **arg,
H A Dcli-decode.c511 var_types var_type,
540 var_types var_type, void *var,
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-setshow.h40 extern unsigned int parse_cli_var_uinteger (var_types var_type,
H A Dcli-option.h51 var_types var_type_,
69 var_types type;
H A Dcli-decode.c510 var_types var_type,
541 var_types var_type,
587 var_types var_type, T *var,
H A Dcli-setshow.c192 parse_cli_var_uinteger (var_types var_type, const char **arg,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcommand.h74 enum var_types enum
128 specialized for all valid types that are used to back var_types. Therefore
133 bool var_type_uses (var_types var_type) = delete;
137 inline bool var_type_uses<bool> (var_types t)
145 inline bool var_type_uses<enum auto_boolean> (var_types t)
153 inline bool var_type_uses<unsigned int> (var_types t)
160 inline bool var_type_uses<int> (var_types t)
168 inline bool var_type_uses<std::string> (var_types t)
177 inline bool var_type_uses<const char *> (var_types t)
221 setting (var_types var_typ
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcommand.h75 typedef enum var_types enum
126 var_types; typedef in typeref:enum:var_types
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-param.c30 /* A union that can hold anything described by enum var_types. */
82 enum var_types type;
136 static const char *pascm_param_type_name (enum var_types type);
137 static SCM pascm_param_value (enum var_types type, void *var,
356 add_setshow_generic (enum var_types param_type, enum command_class cmd_class,
573 pascm_param_type_name (enum var_types param_type)
590 pascm_param_value (enum var_types type, void *var,
661 pascm_set_param_value_x (enum var_types type, union pascm_variable *var,
942 p_smob->type = (enum var_types) param_type;
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-param.c30 /* A union that can hold anything described by enum var_types. */
79 enum var_types type;
155 static const char *pascm_param_type_name (enum var_types type);
374 add_setshow_generic (enum var_types param_type, enum command_class cmd_class,
573 pascm_param_type_name (enum var_types param_type)
956 p_smob->type = (enum var_types) param_type;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-param.c55 /* A union that can hold anything described by enum var_types. */
83 enum var_types type;
714 obj->type = (enum var_types) parmclass;
H A Dpython-internal.h295 /* Also needed to parse enum var_types. */
446 PyObject *gdbpy_parameter_value (enum var_types type, void *var);
H A Dpython.c458 gdbpy_parameter_value (enum var_types type, void *var)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-param.c52 /* A union that can hold anything described by enum var_types. */
81 enum var_types type;
787 obj->type = (enum var_types) parmclass;

Completed in 314 milliseconds