acadia-newlib/winsup/utils
Mark Geisert aa460cc0ca Cygwin: Have gmondump support ssp-generated gmon.out
Cygwin tool ssp generates gmon.out files with different address
resolution than other tools do. Two address bytes per bucket rather than
the usual four address bytes. Gprof can deal with the difference but
gmondump can't because the latter's gmon.out header validation fails.

- Remove the offending portion of the header validation code.
- Make sure all code can handle differing address resolutions.
- Display address resolution in verbose data dumps.
- Change "rawarc" to "struct rawarc" in certain sizeof expressions to
  avoid buffer overrun faults.
- When "-v" (verbose) is specified, note when there is missing bucket
  data or rawarc data.
2022-06-10 12:12:26 +02:00
..
mingw Cygwin: remove most occurrences of __stdcall and __cdecl 2022-06-06 12:00:45 -04:00
COPYING.dumper
Makefile.am
chattr.c
cygpath.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
dumper.cc
dumper.h
gencat.c
getconf.c Cygwin: getconf: align -a output to glibc getconf 2022-03-02 22:15:02 +01:00
getfacl.c
gmondump.c Cygwin: Have gmondump support ssp-generated gmon.out 2022-06-10 12:12:26 +02:00
kill.cc Cygwin: remove most occurrences of __stdcall and __cdecl 2022-06-06 12:00:45 -04:00
ldd.cc
loadlib.h
locale.cc
lsattr.c
minidumper.cc
mkgroup.c
mkpasswd.c
module_info.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
mount.cc
passwd.c
path.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
path.h
pldd.c
profiler.cc
ps.cc Cygwin: remove most occurrences of __stdcall and __cdecl 2022-06-06 12:00:45 -04:00
regtool.cc Cygwin: Drop use of loadlib.h in regtool 2022-06-06 11:21:44 +01:00
setfacl.c
setmetamode.c
ssp.c
ssp.txt
tzmap-from-unicode.org
tzmap.h
tzset.c
umount.cc
wide_path.h