From: Andrew Cagney <ac131313@redhat.com>
To: gdb@sources.redhat.com
Cc: David Carlton <carlton@kealia.com>
Subject: Re: A gdb+bfd string pool?
Date: Tue, 04 Nov 2003 23:51:00 -0000 [thread overview]
Message-ID: <3FA83B81.2070605@redhat.com> (raw)
In-Reply-To: <yf2sml5jreg.fsf@hawaii.kealia.com>
> our lack of const-correctness when
> dealing with names makes me even more nervous.
Can someone please convince me that this ...
> struct partial_symbol *
> fixup_psymbol_section (struct partial_symbol *psym, struct objfile *objfile)
> {
> if (!psym)
> return NULL;
>
> if (SYMBOL_BFD_SECTION (psym))
> return psym;
>
> fixup_section (&psym->ginfo, objfile);
>
> return psym;
> }
and this:
> if (SYMBOL_SECTION (*psym) >= 0)
> SYMBOL_VALUE_ADDRESS (*psym) += ANOFFSET (delta,
aren't modifying the bcached minimal symbol? :-(
Andrew
prev parent reply other threads:[~2003-11-04 23:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-31 15:15 Andrew Cagney
2003-10-31 15:19 ` Daniel Jacobowitz
2003-10-31 15:45 ` Andrew Cagney
2003-10-31 15:51 ` Daniel Jacobowitz
2003-10-31 17:29 ` Andrew Cagney
2003-10-31 17:36 ` Jakub Jelinek
2003-10-31 17:45 ` Andrew Cagney
2003-11-03 17:25 ` David Carlton
2003-11-04 8:16 ` Joel Brobecker
2003-11-04 16:31 ` Andrew Cagney
2003-11-04 23:51 ` Andrew Cagney [this message]
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=3FA83B81.2070605@redhat.com \
--to=ac131313@redhat.com \
--cc=carlton@kealia.com \
--cc=gdb@sources.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