binutils-gdb/gdb/python
Jan Kratochvil 14e75d8ea4 gdb/
PR symtab/7259:
	* ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
	* ada-lang.c (ada_discrete_type_high_bound)
	(ada_discrete_type_low_bound): Use TYPE_FIELD_ENUMVAL for
	TYPE_CODE_ENUM.
	(ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
	(pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
	* ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
	Use TYPE_FIELD_ENUMVAL.
	* ada-valprint.c (print_optional_low_bound, ada_print_scalar)
	(ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
	* c-typeprint.c (c_type_print_base): Move variable lastval to inner
	block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
	TYPE_CODE_ENUM.
	* coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
	* dwarf2read.c (process_enumeration_scope): Likewise.
	* gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
	field.bitpos.
	(class StructMainTypePrettyPrinter): Support also
	FIELD_LOC_KIND_ENUMVAL.
	* gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
	TYPE_CODE_ENUM.
	(recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
	(copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
	* gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
	(struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
	field enumval.
	(struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
	accommodate enumval.
	(struct call_site): Adjust loc_kind to accommodate enumval.
	(FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
	(TYPE_FIELD_ENUMVAL): New macros.
	* m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
	* mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
	TYPE_CODE_ENUM.
	* p-typeprint.c (pascal_type_print_base): Likewise.
	* python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
	enumval.
	* python/lib/gdb/types.py (make_enum_dict): Likewise.
	* python/py-type.c (convert_field): New variable addrstring.  Use
	TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
	(check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
	* stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
	* typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
	TYPE_CODE_ENUM.
	* valprint.c (generic_val_print): Likewise.

gdb/testsuite/
	PR symtab/7259:
	* gdb.base/enumval.c: New test case.
	* gdb.base/enumval.exp: New test case.
	* gdb.python/py-type.exp (test_enums): Use field.enumval instead of
	field.bitpos.
2012-04-18 06:46:47 +00:00
..
lib/gdb gdb/ 2012-04-18 06:46:47 +00:00
py-auto-load.c gdb/ 2012-04-17 15:56:21 +00:00
py-block.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-bpevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-breakpoint.c 2012-03-13 Hui Zhu <teawater@gmail.com> 2012-03-13 13:30:42 +00:00
py-cmd.c * NEWS: Mention new python command class gdb.COMMAND_USER. 2012-03-01 19:30:25 +00:00
py-continueevent.c 2012-03-01 Pedro Alves <palves@redhat.com> 2012-03-01 21:06:54 +00:00
py-event.c PR python/12070: 2012-02-17 19:24:27 +00:00
py-event.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-events.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-evtregistry.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-evts.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-exitedevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-finishbreakpoint.c 2012-03-13 Hui Zhu <teawater@gmail.com> 2012-03-13 13:30:42 +00:00
py-frame.c PR python/12027: 2012-02-07 19:47:16 +00:00
py-function.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-inferior.c * python/py-inferior.c (infpy_read_memory): Remove cleanups and 2012-03-28 17:38:08 +00:00
py-infthread.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-lazy-string.c 2012-03-01 Pedro Alves <palves@redhat.com> 2012-03-01 21:06:54 +00:00
py-newobjfileevent.c 2012-03-01 Pedro Alves <palves@redhat.com> 2012-03-01 21:06:54 +00:00
py-objfile.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-param.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-prettyprint.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-progspace.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-signalevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-stopevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-stopevent.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-symbol.c * python/py-symbol.c (sympy_value): Use _(). 2012-02-15 17:51:04 +00:00
py-symtab.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-threadevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-type.c gdb/ 2012-04-18 06:46:47 +00:00
py-utils.c 2012-03-01 Pedro Alves <palves@redhat.com> 2012-03-01 21:06:54 +00:00
py-value.c * python/python.c (gdbpy_decode_line): Move cleanup creation out 2012-03-30 20:05:55 +00:00
python-config.py allow building GDB with Python support on MinGW 2011-01-31 04:42:08 +00:00
python-internal.h PR python/12070: 2012-02-17 19:24:27 +00:00
python.c * python/python.c (gdbpy_decode_line): Move cleanup creation out 2012-03-30 20:05:55 +00:00
python.h gdb/ 2012-04-17 15:51:48 +00:00