This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit/windows] Add thread ID in SuspendThread error warning message.


> From: Joel Brobecker <brobecker@adacore.com>
> Date: Tue, 11 Jun 2013 12:21:46 +0200
> 
> For the record, the output has been changed from...
> 
>     warning: SuspendThread failed. (winerr 6)
> 
> ... to ...
> 
>     warning: SuspendThread (tid=0x720) failed. (winerr 6)

Thanks, I see these on Windows 7 (but not on XP) as well, and wonder
what they mean and what causes them.

Btw, wouldn't it be better to show the process ID as well, as in
0x1234.0x720, for consistency with how we show threads in other
contexts, like "New thread" etc?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]