delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | RE: stripping snapshots |
Date: | Tue, 20 Sep 2005 11:30:35 +0100 |
MIME-Version: | 1.0 |
In-Reply-To: | <SERRANOolkDTM9wGmAf000000f2@SERRANO.CAM.ARTIMI.COM> |
Message-ID: | <SERRANOEFk2H3b98Ktd000000f7@SERRANO.CAM.ARTIMI.COM> |
----Original Message---- >From: Dave Korn >Sent: 20 September 2005 11:11 > ----Original Message---- >> From: Lapo Luchini >> Sent: 20 September 2005 08:36 > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Yitzchak Scott-Thoennes wrote: >>> Could snapshots be provided this way instead or in addition to with >>> unstripped executables? >> >> But wouldn't that remove any debugging info? >> (which is kinda needed, if a snapshot has got some bugs) >> > > > And besides, it's _really_ easy to strip them yourself: > > tar -tjf cygwin-inst-20050920.tar.bz2 | grep \.exe | xargs strip > And besides, on the face of it, there isn't actually any debug info in there anyway: dk AT mace /test/cygwin> ls -lart total 1364 -rw-r--r-- 1 dk Domain Users 1393024 Sep 20 05:33 cygwin-inst-20050920.tar.bz 2 drwxr-xr-x+ 131 dk Domain Users 0 Sep 20 11:06 .. drwxr-xr-x+ 2 dk Domain Users 0 Sep 20 11:24 . dk AT mace /test/cygwin> tar -xjf cygwin-inst-20050920.tar.bz2 dk AT mace /test/cygwin> find . -type f -name \*.exe | xargs objdump -g ./usr/bin/cygcheck.exe: file format pei-i386 objdump: ./usr/bin/cygcheck.exe: no recognized debugging information ./usr/bin/cygpath.exe: file format pei-i386 objdump: ./usr/bin/cygpath.exe: no recognized debugging information ./usr/bin/dumper.exe: file format pei-i386 [.............snip much more of the same................] ./usr/sbin/cygserver.exe: file format pei-i386 objdump: ./usr/sbin/cygserver.exe: no recognized debugging information dk AT mace /test/cygwin> cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |