mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[LIBWINE]
- Add support for the +tid debug channel, prefixing every traces with the current thread ID. svn path=/trunk/; revision=64538
This commit is contained in:
Vendored
+5
@@ -35,6 +35,8 @@
|
||||
#include <rtlfuncs.h>
|
||||
#include <cmfuncs.h>
|
||||
|
||||
WINE_DECLARE_DEBUG_CHANNEL(tid);
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
vDbgPrintExWithPrefix(
|
||||
@@ -416,6 +418,9 @@ static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_ch
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
if (TRACE_ON(tid))
|
||||
ret += wine_dbg_printf("%04x:", HandleToULong(NtCurrentTeb()->ClientId.UniqueThread));
|
||||
|
||||
if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
|
||||
ret += wine_dbg_printf( "%s:", debug_classes[cls] );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user