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]

[PATCH/i386newframe] Don't use the DWARF CFI frame base methods


Using the default frame base methods on the i386 makes more sense.

Checked in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* i386-tdep.c (i386_gdbarch_init): Don't hook in the DWARF CFI
	frame base methods.

Index: i386-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.c,v
retrieving revision 1.138.2.7
diff -u -p -r1.138.2.7 i386-tdep.c
--- i386-tdep.c 5 May 2003 16:18:53 -0000 1.138.2.7
+++ i386-tdep.c 10 May 2003 15:16:39 -0000
@@ -1713,7 +1713,6 @@ i386_gdbarch_init (struct gdbarch_info i
 
   /* Hook in the DWARF CFI frame unwinder.  */
   frame_unwind_append_predicate (gdbarch, dwarf_frame_p);
-  frame_base_append_predicate (gdbarch, dwarf_frame_base_p);
   set_gdbarch_dwarf2_build_frame_info (gdbarch, dwarf2_build_frame_info);
   
   frame_unwind_append_predicate (gdbarch, i386_frame_p);


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