[PATCH 0/7] MR104: Revamp type management (on input)

eric pouech (@epo) wine at gitlab.winehq.org
Fri May 20 10:08:50 CDT 2022


This serie revamps type management inside winedbg:
- parsing of a type is done when input command is parsed (and no longer
  when it's executed). It allows to discriminate between identifier and type
  (as any C compiler would do) and act accordingly.
- basic type (int, long...) are now searched inside data model
- types can be prefixed by a module name (like struct ntdll!CONTEXT64) to
  force lookup of type inside that module (otherwise all modules are searched)
- print command is extended to print the details of a type
  (p struct _CONTEXT64 will show details)

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/104



More information about the wine-devel mailing list