winedbg: Don't set initial thread->name to the tid.
commit88457bf68e9ef0a38bae622c97833f202181f767
authorBrendan Shanks <bshanks@codeweavers.com>
Thu, 24 Feb 2022 18:34:04 +0000 (24 10:34 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Mar 2022 21:41:15 +0000 (1 22:41 +0100)
tree5df1196b584bf8f18e4b6268532e1bfb918d8ce8
parent3c2c4437969a27f5c0755c4a053702d38abd8d5c
winedbg: Don't set initial thread->name to the tid.

Currently the name is only used by GDB, send the tid there.

Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/winedbg/gdbproxy.c
programs/winedbg/winedbg.c