This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005




On 1/22/2015 10:50 AM, Yaakov Selkowitz wrote:
On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote:
Hi Marco,

On Jan 22 07:48, Marco Atzeri wrote:
On 1/20/2015 5:42 PM, Corinna Vinschen wrote:
Hi Cygwin friends and users,


I released another TEST version of the next upcoming Cygwin release.
The version number is 1.7.34-005.

minor issue, an probably common to other C++ packages.
Some of the code are in the headers, usually constructor and destructor,
but the debug package does not include them so stepping through GDB
is confusing.

Hmm, I guess cygport should contemplate to copy the project header files
to the debuginfo package as well.  That might be a lot for the Cygwin
package itself (it will copy the system headers, too), but it would
obviously help in these cases.  And it's not only C++.  C headers may
contain nut^Winline functions as well.

cygwin-debuginfo includes a number of headers from winsup and even one
from newlib/libc/string.  Is there something missing in particular?

--
Yaakov


$ uname -vsr
CYGWIN_NT-6.1 1.7.34(0.283/5/3) 2015-01-20 17:34

Breakpoint 2, free (p=0x60011e1b0)
    at /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/malloc_wrapper.cc:40

stepping several times

(gdb) n
36 /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/sync.h: No such file or directory.

Regards
Marco


--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]