Module: wine Branch: master Commit: 7ada0e223904c563d79af97922dc8301ecf030f9 URL: https://gitlab.winehq.org/wine/wine/-/commit/7ada0e223904c563d79af97922dc830...
Author: Eric Pouech epouech@codeweavers.com Date: Wed Jul 5 19:29:04 2023 +0200
winedbg: Add 'info system' command.
Letting the information displayed in '--auto' mode be available as a command. Simplify a bit the --auto mode handling.
Note: - the WOW64 status of the debuggee used to be printed in system information, which is a bit ackward as system info shouldn't be tied to a given process. - replaced it with supported guest machines (for the record, a 64-bit only setup incorrectly returns i386 as supported guest; I guess we shouldn't care). - now printing the wow64 status of a process when displaying an exception information instead.
Signed-off-by: Eric Pouech epouech@codeweavers.com
---
programs/winedbg/dbg.y | 3 +- programs/winedbg/debug.l | 1 + programs/winedbg/debugger.h | 1 + programs/winedbg/info.c | 108 +++++++++++++++++++++++++++++++++++++++++- programs/winedbg/tgt_active.c | 97 ++----------------------------------- 5 files changed, 115 insertions(+), 95 deletions(-)