From: Andrew Cagney <ac131313@redhat.com>
To: Alexandre Oliva <aoliva@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfc] frame_id_unwind()
Date: Fri, 13 Dec 2002 12:38:00 -0000 [thread overview]
Message-ID: <3DFA452F.4050205@redhat.com> (raw)
In-Reply-To: <ork7idu0ut.fsf@free.redhat.lsd.ic.unicamp.br>
> On Dec 11, 2002, Andrew Cagney <ac131313@redhat.com> wrote:
>
>
>> +struct frame_id
>
> ^^
>
>> +dummy_frame_id_unwind (struct frame_info *frame,
>> + void **cache)
>
>
>> +extern struct frame_id dummy_frame_id_unwind (struct frame_info *frame,
>> + void **unwind_cache);
>> +
>
> ^^
>
>
>> +struct frame_id
>> +frame_id_unwind (struct frame_info *frame)
>> +{
>> + if (!frame->id_unwind_cache_p)
>> + {
>> + frame->id_unwind_cache =
>> + frame->id_unwind (frame, &frame->unwind_cache);
>
> [ type mismatch above ]
Er, how did this build?
Thanks!
Andrew
prev parent reply other threads:[~2002-12-13 20:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-11 13:14 Andrew Cagney
2002-12-13 8:50 ` Andrew Cagney
2002-12-13 12:21 ` Alexandre Oliva
2002-12-13 12:38 ` 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=3DFA452F.4050205@redhat.com \
--to=ac131313@redhat.com \
--cc=aoliva@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