public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
From: sami wagiaalla <swagiaal@redhat.com>
To: Project Archer <archer@sourceware.org>
Subject: language setting issue
Date: Wed, 14 Jul 2010 18:52:00 -0000	[thread overview]
Message-ID: <4C3E0749.2030500@redhat.com> (raw)

For the most part doing this:

if (current_language->la_language == language_cplus)

works fine, but there is a scenario invoked by cp-relocate.exp which 
looks something like this:

./gdb ./testsuite/gdb.cp/cp-relocate.o -ex 'print func<1>(int)' -ex 'q'

In this scenario if we check current_language->la_language it will be 
set to language_c. The problem is that current_language is set by 
checking the extension of the file of the symbol main which in this case 
does not exist.

To solve this we could just pick an arbitrary objfile and check the 
language. This works of we can assume that all files have the same 
language. Otherwise we would have to set the language a per block bases.

Thoughts ?

Sami

             reply	other threads:[~2010-07-14 18:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 18:52 sami wagiaalla [this message]
2010-07-14 18:57 ` Roland McGrath
2010-07-14 19:10 ` Jan Kratochvil
2010-07-14 21:15 ` Tom Tromey

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=4C3E0749.2030500@redhat.com \
    --to=swagiaal@redhat.com \
    --cc=archer@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).