Add dwarf2_per_objfile parameter to dwarf2_read_addr_index
[deliverable/binutils-gdb.git] / gdb / windows-tdep.h
index 34474f259c2a27a4d15b5c911ea723dc22696d57..cd7717bd9174576d8f6c6a477f1b1c3a33cb5f31 100644 (file)
@@ -31,6 +31,21 @@ extern void windows_xfer_shared_library (const char* so_name,
                                         struct gdbarch *gdbarch,
                                         struct obstack *obstack);
 
+/* To be called from the various GDB_OSABI_WINDOWS handlers for the
+   various Windows architectures and machine types.  */
+
 extern void windows_init_abi (struct gdbarch_info info,
                              struct gdbarch *gdbarch);
+
+/* To be called from the various GDB_OSABI_CYGWIN handlers for the
+   various Windows architectures and machine types.  */
+
+extern void cygwin_init_abi (struct gdbarch_info info,
+                            struct gdbarch *gdbarch);
+
+/* Return true if the Portable Executable behind ABFD uses the Cygwin dll
+   (cygwin1.dll).  */
+
+extern bool is_linked_with_cygwin_dll (bfd *abfd);
+
 #endif
This page took 0.025006 seconds and 4 git commands to generate.