Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Geisert <mark@maxrnd.com>2021-07-16 07:49:57 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-07-19 15:29:34 +0300
commitff9c2b3ab996b359645954f22647eb1c60c9cefa (patch)
treee26c18db8222deeb6c873e5f623e55b343e258f4 /winsup/utils
parent4ad5b0ca31f6d556e6d6f020045087a3d76d7335 (diff)
Cygwin: updates to wire in profiler, gmondump
These are updates to wire into the build tree the new tools profiler and gmondump, and to supply documentation for the tools. The documentation for profiler and ssp now mention each other but do not discuss their similarities or differences. That will be handled in a future update to the "Profiling Cygwin Programs" section of the Cygwin User's Guide, to be supplied.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/Makefile.am b/winsup/utils/Makefile.am
index 9a846e39d..135e6143c 100644
--- a/winsup/utils/Makefile.am
+++ b/winsup/utils/Makefile.am
@@ -21,6 +21,7 @@ bin_PROGRAMS = \
gencat \
getconf \
getfacl \
+ gmondump \
kill \
ldd \
locale \
@@ -31,6 +32,7 @@ bin_PROGRAMS = \
mount \
passwd \
pldd \
+ profiler \
regtool \
setfacl \
setmetamode \
@@ -54,6 +56,7 @@ ldd_SOURCES = ldd.cc
locale_SOURCES = locale.cc
minidumper_SOURCES = minidumper.cc
mount_SOURCES = mount.cc path.cc
+profiler_SOURCES = profiler.cc path.cc
cygps_SOURCES = ps.cc
regtool_SOURCES = regtool.cc
umount_SOURCES = umount.cc
@@ -79,6 +82,8 @@ ldd_LDADD = $(LDADD) -lpsapi -lntdll
mount_CXXFLAGS = -DFSTAB_ONLY $(AM_CXXFLAGS)
minidumper_LDADD = $(LDADD) -ldbghelp
pldd_LDADD = $(LDADD) -lpsapi
+profiler_CXXFLAGS = -I$(srcdir) -idirafter ${top_srcdir}/cygwin -idirafter ${top_srcdir}/cygwin/include $(AM_CXXFLAGS)
+profiler_LDADD = $(LDADD) -lntdll
cygps_LDADD = $(LDADD) -lpsapi -lntdll
if CROSS_BOOTSTRAP