Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@redhat.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfc] Add frame unwinder registrary
Date: Sat, 18 Jan 2003 17:21:00 -0000	[thread overview]
Message-ID: <3E298D29.5040704@redhat.com> (raw)
In-Reply-To: <3E271A4C.9080506@redhat.com>

I've checked this in (while also carefully keeping an eye on the time :-)

Andrew

> 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
> 
> 	* dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
> 	(dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
> 	(struct frame_unwind): Declare opaque.
> 	(dummy_frame_p): Declare function.
> 	* dummy-frame.c (dummy_frame_id_unwind): Make static.
> 	(dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
> 	* dummy-frame.c: Include "frame-unwind.h".
> 	(dummy_frame_p): New function.
> 	(dummy_frame_unwind): New variable.
> 	* frame.c: Include "frame-unwind.h".
> 	(frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
> 	to use the new unwind field.
> 	(set_unwind_by_pc): Delete function.
> 	(create_new_frame, get_prev_frame): Set unwind field using
> 	frame_unwind_find_by_pc.
> 	(trad_frame_unwind, trad_frame_unwinder): New variables.
> 	* frame.h (trad_frame_unwind): Declare variable.
> 	(frame_id_unwind_ftype): Delete declaration.
> 	(frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
> 	(struct frame_unwind): Declare opaque.
> 	(struct frame_info): Replace the fields id_unwind, pc_unwind and
> 	register_unwind with a single unwind pointer.
> 	* frame-unwind.h, frame-unwind.c: New files.
> 	* Makefile.in (SFILES): Add frame-unwind.c.
> 	(frame_unwind_h): Define.
> 	(COMMON_OBS): Add frame-unwind.o.
> 	(frame-unwind.o): Specify dependencies.
> 	(frame.o, dummy-frame.o): Update dependencies.
> 	



      parent reply	other threads:[~2003-01-18 17:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-16 20:47 Andrew Cagney
2003-01-16 20:56 ` Andrew Cagney
2003-01-16 23:31 ` Daniel Jacobowitz
2003-01-17  0:11   ` Andrew Cagney
2003-01-18 17:21 ` 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=3E298D29.5040704@redhat.com \
    --to=ac131313@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