From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sourceware.org
Cc: Tom Tromey <tromey@redhat.com>
Subject: Re: [RFA/commit] DWARF: Mark all Ada functions as prototyped.
Date: Wed, 15 May 2013 13:19:00 -0000 [thread overview]
Message-ID: <1368623983-10625-1-git-send-email-brobecker@adacore.com> (raw)
In-Reply-To: <87txm6dhhm.fsf@fleche.redhat.com>
Hi Tom,
> DWARF implies that this attribute is only meaningful for C. And GCC
> emits it only for C89
[...]
Indeed, upon double-checking the DWARF standard, it does seem so.
> ... so I suggest instead inverting the sense here and rewriting it to
> check just for languages that are "C-like" -- DW_LANG_C89, DW_LANG_C,
> DW_LANG_ObjC, DW_LANG_C99, and DW_LANG_UPC.
>
> What do you think?
I hesitated a bit before doing so, because I think that the concept
of prototyped-or-not might be language-dependent. But, in the end,
I think that language other than C are rarely going to be in the
same category as C (or so I hope!), and we can always adjust the
logic accordingly anyway.
I don't know if we have access to the CU's DW_AT_language attribute
at this point anymore, but it seems simpler to test for language_c
in any case. There is still the question of language_minimal, auto,
etc, and even maybe asm. For now, I just put them in the same bag
as non-C languages, but it's easy to adjust the patch.
I reviewed the list of languages from the DWARF 4 standard, and
noticed that we did not set the language for DW_LANG_UPC, so
I added that as a first patch.
Hence this RFA now becomes a two-patches RFA:
[dwarf]: Add DW_LANG_UPC support in set_cu_language.
[dwarf] Mark all functions as prototyped except C
Let me know what you think...
Thanks,
--
Joel
next prev parent reply other threads:[~2013-05-15 13:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-13 10:17 Joel Brobecker
2013-05-13 15:31 ` Tom Tromey
2013-05-15 13:19 ` Joel Brobecker [this message]
2013-05-15 13:20 ` [RFA/dwarf 2/2] Mark all functions as prototyped except C functions Joel Brobecker
2013-05-15 15:11 ` Tom Tromey
2013-05-16 7:38 ` Joel Brobecker
2013-05-16 8:14 ` Joel Brobecker
2013-05-16 13:22 ` Tom Tromey
2013-05-17 5:07 ` Joel Brobecker
2013-05-17 15:06 ` Tom Tromey
2013-05-20 9:48 ` Checked in: " Joel Brobecker
2013-05-16 17:52 ` Stan Shebs
2013-05-15 13:20 ` [RFA/dwarf 1/2]: Add DW_LANG_UPC support in set_cu_language Joel Brobecker
2013-05-15 15:04 ` Tom Tromey
2013-05-16 7:40 ` Checked in: " Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1368623983-10625-1-git-send-email-brobecker@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=tromey@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox