Re: cygport: how to install package sources for debugging without recompiling?

2019-05-31 Thread Brian Inglis
On 2019-05-30 12:00, Soegtrop, Michael wrote: >> For Cygwin dlls, look at your installed lib... packages and install the >> related lib...- >> debuginfo packages where available: >> $ apt-cyg listall lib*-debuginfo | wc >> 3501050 12704 > As far as I can tell these files only c

RE: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Soegtrop, Michael
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 > 3501050 12704 As far as I can tell these files only contain sources, but nothing which wou

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Brian Inglis
On 2019-05-30 10:37, Soegtrop, Michael wrote: >> Is there some reason why you can't just install that? > > thanks for the hint - I was not aware that the -debuginfo package contains > sources - I thought these just contain dwarf files or similar for stripped > binaries and sources are in the -sr

RE: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Soegtrop, Michael
Dear Jon, > Is there some reason why you can't just install that? thanks for the hint - I was not aware that the -debuginfo package contains sources - I thought these just contain dwarf files or similar for stripped binaries and sources are in the -src packages. Unfortunately for MinGW debugin

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Brian Inglis
On 2019-05-30 06:52, Jon Turney wrote: > On 30/05/2019 10:03, Soegtrop, Michael wrote: >> Cygwin setup allows downloading sources of libraries, but the resulting >> sources are not immediately useful for debugging. One gets a compressed tar >> archive, some patches and the cygport file. I know that

Re: cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Jon Turney
On 30/05/2019 10:03, Soegtrop, Michael wrote: Dear Cygwin Team, Cygwin setup allows downloading sources of libraries, but the resulting sources are not immediately useful for debugging. One gets a compressed tar archive, some patches and the cygport file. I know that I can expand sources and a

cygport: how to install package sources for debugging without recompiling?

2019-05-30 Thread Soegtrop, Michael
Dear Cygwin Team, Cygwin setup allows downloading sources of libraries, but the resulting sources are not immediately useful for debugging. One gets a compressed tar archive, some patches and the cygport file. I know that I can expand sources and apply patches with cyport prep which gives me