CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2012-12-13 18:45:41

Modified files:
        winsup/cygwin  : ChangeLog.64bit fhandler_process.cc pinfo.cc 
                         pinfo.h 

Log message:
        * pinfo.h (enum picom): Add PICOM_HEAP_INFO.
        (_pinfo::win_heap_info): Declare.
        (struct win_heap_info): Rename from heap_info and define here.  Change
        to accommodate 64 bit.
        * fhandler_process.cc (struct win_heap_info): Just implement here.
        (win_heap_info::gen_heap_info): New method.
        (format_process_maps): Accommodate above changes.  Add FIXME comment
        to explain 32->64 bit problem with VirtualQueryEx.
        * pinfo.cc (commune_process): Handle PICOM_HEAP_INFO.
        (_pinfo::commune_request): Ditto.
        (_pinfo::win_heap_info): New method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.61&r2=1.1.2.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.120.2.7&r2=1.120.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.309.2.6&r2=1.309.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.128.2.3&r2=1.128.2.4

Reply via email to