]> Git Repo - binutils.git/blobdiff - gdb/target.h
*** empty log message ***
[binutils.git] / gdb / target.h
index b8c5a44b06c3121a1789ee58f6d8c4546ca06862..7bee270a09d468e0efe86500acc025b3c0e46c76 100644 (file)
@@ -1147,6 +1147,11 @@ struct section_table
     bfd *bfd;                  /* BFD file pointer */
   };
 
+/* Return the "section" containing the specified address.  */
+struct section_table *target_section_by_addr (struct target_ops *target,
+                                             CORE_ADDR addr);
+
+
 /* Builds a section table, given args BFD, SECTABLE_PTR, SECEND_PTR.
    Returns 0 if OK, 1 on error.  */
 
This page took 0.024936 seconds and 4 git commands to generate.