This patch just adds to the usage the "wow" keyword, which causes all modules to be listed instead of just the ones of the process executables architecture.
From: Bernhard Übelacker bernhardu@mailbox.org
--- programs/winedbg/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/winedbg/info.c b/programs/winedbg/info.c index d95b286454a..825dd572cba 100644 --- a/programs/winedbg/info.c +++ b/programs/winedbg/info.c @@ -103,7 +103,7 @@ void info_help(void) " info reg Displays values of the general registers at top of stack", " info all-reg Displays the general and floating point registers", " info segments <pid> Displays information about all known segments", - " info share Displays all loaded modules", + " info [wow] share Displays all loaded modules", " info share <addr> Displays internal module state", " info stack [<len>] Dumps information about top of stack, up to len words", " info symbol <sym> Displays information about a given symbol",
actually, I decided not to expose this as I don't like the syntax of the command
IMO, we 'd better go with something like info share /multimachine (and open the door to other options as actual path of loaded module...). But that requires some more changes to winedbg lexer&parser to support simply command options.
and, for the record, winedbg.man.in should be updated too.
Thanks for looking at this. Yes, I find the wow in the middle a bit strange too. So I am going to close this MR.
This merge request was closed by Bernhard Übelacker.