https://bugs.winehq.org/show_bug.cgi?id=37338
--- Comment #10 from Sebastian Lackner sebastian@fds-team.de --- @Dmitry: Are you still working on this? Looks already very good. In order to provide valid information for StackReserved/StackCommit I would suggest to move all memory information attributes to a separate struct, and then use VARARGS data to transmit it (otherwise you'll hit size limitations in tools/make_requests). This also simplifies copying the data around all the time, as you can use the same structure everywhere, and just use C assignments.