binutils-gdb/gdb/python
Ulrich Weigand e6c014f28f * gdbtypes.h (struct language_defn): Add forward declaration.
(lookup_typename): Add LANGUAGE and GDBARCH parameters.
	(lookup_unsigned_typename): Likewise.
	(lookup_signed_typename): Likewise.
	* gdbtypes.c (lookup_typename): Add LANGUAGE and GDBARCH parameters.
	Use them instead of current_language and current_gdbarch.
	(lookup_unsigned_typename): Add LANGUAGE and GDBARCH parameters.
	Pass them to lookup_typename.
	(lookup_signed_typename): Likewise.

	* c-exp.y: Pass parse_language and parse_gdbarch to
	lookup_unsigned_typename and lookup_signed_typename.
	* objc-exp.y: Likewise.
	* m2-exp.y: Pass parse_language and parse_gdbarch to lookup_typename.

	* c-lang.c (evaluate_subexp_c): Pass expression language and
	gdbarch to lookup_typename.
	* printcmd.c (printf_command): Pass current language and
	gdbarch to lookup_typename.
	* python/python-type.c (typy_lookup_typename): Likewise.
	Include "language.h".
2009-06-17 18:46:26 +00:00
..
python-cmd.c gdb/ 2009-03-21 03:13:02 +00:00
python-frame.c gdb 2009-04-13 20:54:59 +00:00
python-function.c gdb/ 2009-03-21 03:03:56 +00:00
python-internal.h gdb 2009-05-28 01:09:20 +00:00
python-objfile.c gdb 2009-05-28 00:40:24 +00:00
python-prettyprint.c 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr> 2009-05-28 16:30:39 +00:00
python-type.c * gdbtypes.h (struct language_defn): Add forward declaration. 2009-06-17 18:46:26 +00:00
python-utils.c 2009-02-26 Phil Muldoon <pmuldoon@redhat.com> 2009-02-26 20:45:21 +00:00
python-value.c gdb 2009-05-28 01:05:14 +00:00
python.c gdb 2009-05-28 16:49:55 +00:00
python.h gdb 2009-05-28 01:05:14 +00:00