CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-05-21 15:57:17

Modified files:
        winsup/cygwin  : ChangeLog fhandler_process.cc 

Log message:
        * fhandler_process.cc (struct dos_drive_mappings): Use malloc/free
        rather than cmalloc/cfree.  Check return value from malloc before
        using it.
        (struct heap_info): Ditto.
        (struct thread_info): Ditto.  Rename from stack_info.  Rename members
        and local variables accordingly.
        (thread_info::thread_info): Store stack and TEB addresses.
        (thread_info::fill_if_match): Print "teb" if a TEB address has been
        found.  Special case for WOW64, explain why.
        (format_process_maps): Fetch PEB address.  Print MEM_RESERVE regions
        with equal signs to distinguish them from PAGE_NOACCESS regions.  Fix
        printing of 'p' and 's' to differ between MEM_PRIVATE and MEM_MAPPED
        pages, as on Linux.  Print 'g' instead of 'p for PAGE_GUARD pages.
        Print PEB and SharedUserData area if recognized.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5364&r2=1.5365
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.98&r2=1.99

Reply via email to