old-cross-binutils/gdb/python
Yao Qi 6b1755ce16 gdb/
* gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
	* arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
	* c-typeprint.c (c_type_print_varspec_prefix): Likewise.
	(c_type_print_varspec_suffix): Likewise.
	* eval.c (evaluate_subexp_standard): Likewise.
	* f-typeprint.c (f_type_print_varspec_prefix): Likewise.
	(f_type_print_varspec_suffix): Likewise.
	* gdbtypes.c (is_scalar_type): Likewise.
	(recursive_dump_type): Likewise.
	* infcall.c (value_arg_coerce): Likewise.
	* m2-valprint.c (m2_val_print): Likewise.
	* p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
	(pascal_type_print_varspec_suffix): Likewise.
	(pascal_type_print_base): Likewise.
	* p-valprint.c (pascal_val_print): Likewise.
	(pascal_val_print): Likewise.
	* valops.c (value_slice): Likewise.
	* valprint.c (scalar_type_p): Likewise.
	* valarith.c (value_bitstring_subscript): Remove.
	(value_concat): Remove code handling TYPE_CODE_BITSTRING.
	Remove comment on TYPE_CODE_BITSTRING.

	* stabsread.c (read_type): Don't set TYPE_CODE (type) to
	TYPE_CODE_BITSTRING.

	* python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
	slot 0.

gdb/doc:
	* gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
	is deprecated.
2012-08-16 07:36:28 +00:00
..
lib/gdb Add $_memeq, $_regex, $_streq, $_strlen convenience functions. 2012-08-10 20:26:00 +00:00
py-auto-load.c gdb/ 2012-04-17 15:56:21 +00:00
py-block.c * tracepoint.c (scope_info): Update. 2012-05-10 19:50:09 +00:00
py-bpevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-breakpoint.c 2012-05-14 Stan Shebs <stan@codesourcery.com> 2012-05-14 15:38:41 +00:00
py-cmd.c * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. 2012-06-13 15:47:16 +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/14387: 2012-08-15 14:22:02 +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 PR python/14387: 2012-08-15 14:22:02 +00:00
py-finishbreakpoint.c 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> 2012-05-18 21:02:52 +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 gdb/ 2012-07-26 19:09:35 +00:00
py-infthread.c 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> 2012-05-18 21:02:52 +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 PR python/14387: 2012-08-15 14:22:02 +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 PR python/14387: 2012-08-15 14:22:02 +00:00
py-stopevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-stopevent.h gdb/ 2012-05-24 16:39:15 +00:00
py-symbol.c * python/py-symbol.c (sympy_value): Use _(). 2012-02-15 17:51:04 +00:00
py-symtab.c 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> 2012-06-27 00:21:21 +00:00
py-threadevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-type.c gdb/ 2012-08-16 07:36:28 +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 PR14291: KeyboardInterrupt not caught for Python output 2012-06-25 16:53:20 +00:00
python.h gdb/ 2012-04-17 15:51:48 +00:00