Use new %p format suffixes in gdb
[deliverable/binutils-gdb.git] / gdb / dwarf2read.h
index 8939f97af5306bb7524b56335df83bd470edd0bf..d5a02990d41f2a45135e60230ab9096ddffa8e1a 100644 (file)
@@ -33,6 +33,8 @@ extern struct cmd_list_element *show_dwarf_cmdlist;
 typedef struct dwarf2_per_cu_data *dwarf2_per_cu_ptr;
 DEF_VEC_P (dwarf2_per_cu_ptr);
 
+extern bool dwarf_always_disassemble;
+
 /* A descriptor for dwarf sections.
 
    S.ASECTION, SIZE are typically initialized when the objfile is first
@@ -415,7 +417,7 @@ struct dwz_file
 
   const char *filename () const
   {
-    return bfd_get_filename (this->dwz_bfd);
+    return bfd_get_filename (this->dwz_bfd.get ());
   }
 
   /* A dwz file can only contain a few sections.  */
This page took 0.02372 seconds and 4 git commands to generate.