12 Apr
2017
12 Apr
'17
11:01 p.m.
On 13/04/2017 07:02, Antony Polukhin via Boost wrote:
Yep, DbgHelp library has lethal amount of irony in it: StackWalk64 has interface to do threads debugging, but can not do that because it is located in a DbgHelp library that is single threaded.
You can use it to debug any thread, single or multiple. You just have to do it only one thread at a time. There's no irony at all, just a mutex.