From: Michael Elizabeth Chastain <mec@shout.net>
To: ezannoni@redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: Re: [rfc] msymbol.size
Date: Fri, 07 Nov 2003 20:19:00 -0000 [thread overview]
Message-ID: <200311072019.hA7KJodd024882@duracef.shout.net> (raw)
eza> let me see if I can get at one.
The critical code is:
/* dbxread.c */
end_symtab (...)
{
...
if (pst->texthigh == 0 && last_function_name)
{
...
if (minsym)
pst->texthigh = SYMBOL_VALUE_ADDRESS (minsym) + MSYMBOL_SIZE (minsym);
...
}
...
}
If that assignment executes, and the address and size have the same
value before and after my patch, then the patch is okay.
A before-and-after test run on such a platform would be perfect.
Michael C
next reply other threads:[~2003-11-07 20:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-07 20:19 Michael Elizabeth Chastain [this message]
2003-11-07 20:31 ` Elena Zannoni
-- strict thread matches above, loose matches on Subject: below --
2003-11-11 20:14 Michael Elizabeth Chastain
2003-11-11 18:45 Michael Elizabeth Chastain
2003-11-11 19:11 ` Elena Zannoni
2003-11-11 17:10 Michael Elizabeth Chastain
2003-11-11 16:31 Michael Elizabeth Chastain
2003-11-11 16:50 ` Elena Zannoni
2003-11-09 23:30 Michael Elizabeth Chastain
2003-11-10 18:16 ` Joel Brobecker
2003-11-07 19:47 Michael Elizabeth Chastain
2003-11-07 20:06 ` Elena Zannoni
2003-11-08 23:54 ` 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=200311072019.hA7KJodd024882@duracef.shout.net \
--to=mec@shout.net \
--cc=ezannoni@redhat.com \
--cc=gdb-patches@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