This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] frame_id_unwind()


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]