From: Elena Zannoni <ezannoni@redhat.com>
To: Michal Ludvig <mludvig@suse.cz>
Cc: Elena Zannoni <ezannoni@redhat.com>,
GDB Patches <gdb-patches@sources.redhat.com>
Subject: Re: [RFA] sighandler backtrace on x86-64
Date: Mon, 21 Oct 2002 05:45:00 -0000 [thread overview]
Message-ID: <15795.63023.405869.767752@localhost.redhat.com> (raw)
In-Reply-To: <3D8ADBF0.9040808@suse.cz>
Michal Ludvig writes:
> Elena Zannoni wrote:
> > Do you need to make the whole structure accessible? would it be enough
> > for your purposes to just add
> > struct context;
> > struct context_reg;
> > to the .h file?
>
> Hmm, I don't think so. I'm afraid I'll have to artifically create the
> content of context_reg for the sighandler caller frame.
>
If you need to access the fields of the structure later on, then it's fine.
> > I don't see any uses of the structures and functions you are
> > exporting.
> > Could you postpone these changes until they are actually used?
>
> Sure I can. Anyway having all structures in .h isn't a bad habit, is it?
>
No, having the whole structure is fine, if it is used. If you just
need it for passing paramters around, w/o accessing the internal
fields, then it's better not exporting the whole struct, to keep the
interface a bit tighter.
> > > +struct context *context_alloc ();
> > > +void context_cpy (struct context *dst, struct context *src);
> > > +struct frame_state *frame_state_alloc ();
> >
> > 'extern' keyword?
>
> It is the default for function declarations, and AFAIK is never used for
> them in gdb's headers.
>
Hmmm, it is customary to use it.
> Can I commit without the struct context movement?
>
Yes, but I have noticed a few non-gnu style problems in x86-64.c:
> + if(fp)
> + fp = read_memory_integer (addr + LINUX_SIGCONTEXT_FP_OFFSET, 8)+8;
> + if(fi->next && fi->next->signal_handler_caller)
Could you fix them before committing?
Thanks
Elena
> Michal Ludvig
> --
> * SuSE CR, s.r.o * mludvig@suse.cz
> * +420 2 9654 5373 * http://www.suse.cz
next prev parent reply other threads:[~2002-10-21 12:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-18 5:56 Michal Ludvig
2002-09-19 9:00 ` Elena Zannoni
2002-09-20 1:27 ` Michal Ludvig
2002-10-21 5:45 ` Elena Zannoni [this message]
2002-10-23 18:38 ` Michal Ludvig
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=15795.63023.405869.767752@localhost.redhat.com \
--to=ezannoni@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=mludvig@suse.cz \
/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