]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Windows gdb: cygwin_set_dr => windows_set_dr, etc.
authorPedro Alves <pedro@palves.net>
Wed, 17 May 2023 16:05:43 +0000 (17:05 +0100)
committerPedro Alves <pedro@palves.net>
Mon, 19 May 2025 13:12:37 +0000 (14:12 +0100)
commit66ad87d9cce086b161344a86c83a84b9e1c9f5ae
tree01bdbcae9885508bff0064b264dc692b2dfcc0c7
parent026407bdae8a895fe70021d5f429e7bbec9c354c
Windows gdb: cygwin_set_dr => windows_set_dr, etc.

The Windows backend functions that manipulate the x86 debug registers
are called "cygwin_foo", which is outdated, because native MinGW gdb
also uses those functions, they are not Cygwin-specific.  Rename them
to "windows_foo" to avoid confusion.

Approved-By: Tom Tromey <tom@tromey.com>
Change-Id: I46df3b44f5272adadf960da398342a3cbdb98533
gdb/windows-nat.c