]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler_process.cc (struct dos_drive_mappings): Use malloc/free
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 21 May 2011 15:57:16 +0000 (15:57 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 21 May 2011 15:57:16 +0000 (15:57 +0000)
commit15ef1f6cafa01f02dc9e9682ab5ceb5c4489c4b3
treeadfae213fff2da37512e636b754c3fe8820667e4
parent01b49f835da59f2416cc21816a000d054186a268
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_process.cc
This page took 0.027847 seconds and 5 git commands to generate.