Rename pid -> tid in windows-nat.c
authorTom Tromey <tromey@adacore.com>
Thu, 10 Oct 2019 17:33:16 +0000 (11:33 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 15 Oct 2019 17:42:35 +0000 (11:42 -0600)
commit96b49c5ec0b40d7b6a396fdde0f34f73988e2392
tree5f3b15282f766353aee4bdf8aab215e8095cbc5e
parent953cff563058831ab0bf863c7655d23b5e6a5989
Rename pid -> tid in windows-nat.c

A couple of spots in windows-nat.c used the name "pid" to refer to the
thread ID.  I found this confusing, so this patch changes the names.

gdb/ChangeLog
2019-10-15  Tom Tromey  <tromey@adacore.com>

* windows-nat.c (windows_nat_target::fetch_registers)
(windows_nat_target::store_registers): Rename "pid" to "tid".

Change-Id: Ia1a447e8da822d01ad94a5ca3760342bbdc0e66c
gdb/ChangeLog
gdb/windows-nat.c
This page took 0.025573 seconds and 4 git commands to generate.