Use %x when printing the TID
authorTom Tromey <tromey@adacore.com>
Fri, 11 Oct 2019 16:34:10 +0000 (10:34 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 15 Oct 2019 17:42:35 +0000 (11:42 -0600)
commit55dfc88f7edeeb926dd6e2cae54b3666f8df596e
tree5dd44c2a0d9d6dda9c3161ca6baecfee07cadc51
parent96b49c5ec0b40d7b6a396fdde0f34f73988e2392
Use %x when printing the TID

One spot in windows-nat.c uses %ld to print the TID, but all other
spots use %x, as does the infrun logging.  This makes it unnecessarily
hard to tell which other log messages correspond to this one.  This
patch changes the one outlier to use %x.

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

* windows-nat.c (windows_nat_target::resume): Use %x when logging
TID.

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