X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:mime-version :content-transfer-encoding; q=dns; s=default; b=u7l4J7rMBew3M+kL qdvTxxPDIdL2KvTfevmACwlww4776J3MyjXZXjhbiHVGlhJ86LJ0FJBK0JZeTc6L qjAARPeAB0qWhWLTjoVEKkEWlC3QFj7S6CB+joa6BUTXIDitcU+69IQqZn1kZ0Fz dQ4e4j29/MiL5EApNvE8G5BUN9I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:mime-version :content-transfer-encoding; s=default; bh=6SONuTG82fKGOQUGgjrJkX WdPBI=; b=OdalBNU9Rhwp/ao81NqiUF5qG76HnluOaB4te+o/SnzFWnu+dWHS99 D6rZqKAttPf04jK4GWSO/Ve3O6mYR40e3PPt0/Nhk04mVPkcT0AKkXIr4f/I4wLq Mru/63Oq+HsESQnLDv0TctkTwPPt1r1/XzazjD+zXn9j1LLpW+EoQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,SPF_PASS autolearn=ham version=3.3.1 spammy=dear, Tel, tel X-HELO: mga17.intel.com From: "Soegtrop, Michael" To: "Brian DOT Inglis AT SystematicSw DOT ab DOT ca" , "cygwin AT cygwin DOT com" Subject: RE: cygport: how to install package sources for debugging without recompiling? Date: Thu, 30 May 2019 18:00:54 +0000 Message-ID: <0F7D3B1B3C4B894D824F5B822E3E5A178FD75933@IRSMSX102.ger.corp.intel.com> References: <0F7D3B1B3C4B894D824F5B822E3E5A178FD75804 AT IRSMSX102 DOT ger DOT corp DOT intel DOT com> <1eeb5325-40d8-baeb-6543-8c0a9035b3c1 AT dronecode DOT org DOT uk> <0F7D3B1B3C4B894D824F5B822E3E5A178FD758B0 AT IRSMSX102 DOT ger DOT corp DOT intel DOT com> <77c7c864-aacd-ec4a-c3a8-7435c2a56a4c AT SystematicSw DOT ab DOT ca> In-Reply-To: <77c7c864-aacd-ec4a-c3a8-7435c2a56a4c@SystematicSw.ab.ca> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x4UI19ov018200 Dear Brian, > For Cygwin dlls, look at your installed lib... packages and install the related lib...- > debuginfo packages where available: > $ apt-cyg listall lib*-debuginfo | wc > 350 1050 12704 As far as I can tell these files only contain sources, but nothing which would add debug info to stripped dlls: $ tar -xavf mingw64-x86_64-runtime-debuginfo-6.0.0-1.tar.xz $ find . -type f | sed -e 's/.*\.//' | sort -u c h s xz > I am surprised at the number of supported mingw64- packages and the scarcity > of related -debuginfo packages: the MinGW support in Cygwin has very substantially improved in the last years, but indeed many -debuginfo packages for MinGW libs are missing. Best regards, Michael Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Gary Kershaw Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple