From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Tom Tromey <tromey@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [3/10] introduce psymtab users
Date: Fri, 27 Apr 2012 10:14:00 -0000 [thread overview]
Message-ID: <20120427072530.GA1289@host2.jankratochvil.net> (raw)
In-Reply-To: <87haw7brks.fsf@fleche.redhat.com>
On Wed, 25 Apr 2012 20:21:23 +0200, Tom Tromey wrote:
[...]
> + struct partial_symtab **users;
[...]
> @@ -760,6 +769,11 @@ lookup_partial_symbol (struct partial_symtab *pst, const char *name,
> static struct symtab *
> psymtab_to_symtab (struct partial_symtab *pst)
> {
> + /* If it is a shared psymtab, find an unshared psymtab that includes
> + it. Any such psymtab will do. */
> + while (pst->users != NULL)
> + pst = pst->users[0];
Currently pst->users is used in the whole patchset only
for 'pst->users == NULL', 'pst->users != NULL' and for 'pst->users[0]'.
I think the array can be dropped.
Thanks,
Jan
next prev parent reply other threads:[~2012-04-27 7:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-25 18:26 Tom Tromey
2012-04-26 18:01 ` Jan Kratochvil
2012-04-26 18:42 ` Tom Tromey
2012-04-26 18:48 ` Jan Kratochvil
2012-04-26 19:04 ` Tom Tromey
2012-04-27 10:14 ` Jan Kratochvil [this message]
2012-04-30 18:52 ` Doug Evans
2012-04-30 21:43 ` Doug Evans
2012-05-10 19:52 ` 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=20120427072530.GA1289@host2.jankratochvil.net \
--to=jan.kratochvil@redhat.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