X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fwindows-nat.h;h=5e2a483527b8c963ce090fcf7f46e651df71b9b5;hb=404f29021abaef86a341663444fb069eb1f0282a;hp=08200b98aec93f03548cf28259ce3a0c0bc130d7;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/windows-nat.h b/gdb/windows-nat.h index 08200b98ae..5e2a483527 100644 --- a/gdb/windows-nat.h +++ b/gdb/windows-nat.h @@ -1,4 +1,4 @@ -/* Copyright 2008-2012 Free Software Foundation, Inc. +/* Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -20,5 +20,13 @@ 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