-
9996da6c
by Eric Pouech at 2026-04-07T10:48:55+02:00
winedbg: Don't proceed with some 'info' commands on non active targets.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
aa26bbb9
by Eric Pouech at 2026-04-07T10:48:57+02:00
winedbg: Introduce helpers to fetch thread name.
Let these helpers work through various configurations, starting
with getting thread name from a minidump.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
c711a0a2
by Eric Pouech at 2026-04-07T10:48:59+02:00
winedbg: Let 'backtrace' do something when attached to a minidump.
- 'bt <tid>' will backtrace the relevant thread from the minidump.
- 'bt all' will backtrace all threads from the minidump.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
fee5d7e8
by Eric Pouech at 2026-04-07T10:49:01+02:00
winedbg: Let 'info thread' work when debugging a minidump.
When attached to a minidump, only dump threads from the minidump.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>