Segment register reading on Windows targets.
[deliverable/binutils-gdb.git] / gdb / windows-nat.h
index 08200b98aec93f03548cf28259ce3a0c0bc130d7..a6cc5ec676aa21ab62574ce14342804d8ccad10a 100644 (file)
 
 extern void windows_set_context_register_offsets (const int *offsets);
 
+/* A pointer to a function that should return non-zero iff REGNUM
+   corresponds to one of the segment registers.  */
+typedef int (segment_register_p_ftype) (int regnum);
+
+/* Set the function that should be used by this module to determine
+   whether a given register is a segment register or not.  */
+extern void windows_set_segment_register_p (segment_register_p_ftype *fun);
+
 #endif
 
This page took 0.023097 seconds and 4 git commands to generate.