From 80e88e1aa2da7e516cfb7148fdd5d8777c2991dd Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 11 Jun 2013 10:20:11 +0000 Subject: windows: Add thread ID in SuspendThread error warning message. This patch adds the thread ID to a warning printed when a call to SuspendThread fails. It will help investigate issues, particularly when correlated with the various debug traces provided by the windows-nat module. For the record, the output has been changed from... warning: SuspendThread failed. (winerr 6) ... to ... warning: SuspendThread (tid=0x720) failed. (winerr 6) gdb/ChangeLog: * window-nat.c (thread_rec): Add thread ID in SuspendThread warning message. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 493da1d..2fb7ac8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-06-11 Joel Brobecker + + * window-nat.c (thread_rec): Add thread ID in SuspendThread + warning message. + 2013-06-08 Pedro Alves Yao Qi -- cgit v1.1