This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] DWARFv5 DW_TAG_aligned_type.
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mjw at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Joel Brobecker <brobecker at adacore dot com>
- Date: Fri, 18 Jul 2014 09:38:56 -0600
- Subject: Re: [PATCH] DWARFv5 DW_TAG_aligned_type.
- Authentication-results: sourceware.org; auth=none
- References: <1404944457-4500-1-git-send-email-mjw at redhat dot com> <87sim77wce dot fsf at fleche dot redhat dot com> <1405636572 dot 17759 dot 216 dot camel at bordewijk dot wildebeest dot org>
>>>>> "Mark" == Mark Wielaard <mjw@redhat.com> writes:
Mark> How does the c-typeprint.c code determine the current language of the
Mark> type?
It seems to examine the global "current_language", e.g.:
if (current_language->la_language == language_cplus
Tom