* dwarf2cfi.c: New file.
[deliverable/binutils-gdb.git] / gdb / x86-64-tdep.c
index 8a645520f3ed14d91887af36181099414cb8eed4..dcf5ffdbda9c4fb6eb58c0dc4eb20d64c707eec8 100644 (file)
@@ -974,6 +974,8 @@ i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
    number of bytes in BREAKPOINT but not always.  */
   set_gdbarch_decr_pc_after_break (gdbarch, 1);
 
+/* Use dwarf2 debug frame informations.  */
+  set_gdbarch_dwarf2_build_frame_info (gdbarch, dwarf2_build_frame_info);
   return gdbarch;
 }
 
This page took 0.033296 seconds and 4 git commands to generate.