newlib-cygwin/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 * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
Makefile.am Cygwin: Allow using CFLAGS also for C++ files 2021-08-26 22:21:53 +02:00
chattr.c Cygwin: utils: chattr: Allow to clear all attributes with '='. 2021-05-21 12:56:59 +02:00
cygpath.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
dumper.cc Cygwin: dumper: fix up GCC pragma for g++ 11.2 2021-08-26 22:15:49 +02:00
dumper.h Cygwin: Drop excluded regions list from dumper 2020-07-21 15:19:42 +01:00
gencat.c cygwin: add gencat tool 2018-01-19 13:19:21 -06:00
getconf.c Cygwin: getconf: align -a output to glibc getconf 2022-03-02 22:15:02 +01:00
getfacl.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
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 Cygwin: Define PSAPI_VERSION as 1 before including psapi.h 2021-07-09 13:24:08 +01:00
loadlib.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00
locale.cc Cygwin: drop support for systems not supporting RFC 4646 locales 2021-10-29 18:19:45 +02:00
lsattr.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
minidumper.cc Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
mkgroup.c Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via Makefile 2021-05-26 11:01:32 +02:00
mkpasswd.c Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via Makefile 2021-05-26 11:01:32 +02:00
module_info.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
mount.cc Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
passwd.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
path.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
path.h Unpick cygpath TESTSUITE 2021-05-10 14:41:39 +01:00
pldd.c Cygwin: Define PSAPI_VERSION as 1 before including psapi.h 2021-07-09 13:24:08 +01:00
profiler.cc Cygwin: More profiler format + small issue fixes 2021-08-03 10:05:50 +02:00
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 Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
setmetamode.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
ssp.c Cygwin: utils: build with -Wimplicit-fallthrough=4 -Werror 2020-08-07 15:09:56 +02:00
ssp.txt
tzmap-from-unicode.org Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C 2021-07-28 22:18:38 +02:00
tzmap.h Cygwin: drop support for systems not supporting RFC 4646 locales 2021-10-29 18:19:45 +02:00
tzset.c Cygwin: drop support for systems not supporting RFC 4646 locales 2021-10-29 18:19:45 +02:00
umount.cc Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
wide_path.h Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option 2016-06-23 10:09:17 +02:00