]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rename windows_thread_info::id to "tid"
authorTom Tromey <tromey@adacore.com>
Wed, 8 Apr 2020 20:33:35 +0000 (14:33 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 8 Apr 2020 20:47:57 +0000 (14:47 -0600)
commit55a1e039f9d5e2ae144b64f52f2034e4f9177336
treef199303a609a28ce388414b093543854c808fb6b
parente56f8ccb07890fc2c0413c530d27d105c74f622c
Rename windows_thread_info::id to "tid"

This changes the name of a field in windows_thread_info, bringing gdb
and gdbserver closer into sync.

gdb/ChangeLog
2020-04-08  Tom Tromey  <tromey@adacore.com>

* windows-nat.c (struct windows_thread_info) <tid>: Rename from "id".
(thread_rec, windows_add_thread, windows_delete_thread)
(windows_continue): Update.
gdb/ChangeLog
gdb/windows-nat.c