Alexandre Julliard pushed to branch master at wine / wine Commits: 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> - - - - - 8 changed files: - programs/winedbg/dbg.y - programs/winedbg/debugger.h - programs/winedbg/gdbproxy.c - programs/winedbg/info.c - programs/winedbg/stack.c - programs/winedbg/tgt_active.c - programs/winedbg/tgt_minidump.c - programs/winedbg/winedbg.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e0663e8a283cd0ac36ebd95bbbdf97... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e0663e8a283cd0ac36ebd95bbbdf97... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help