[ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread Jon Turney


The following package has been updated in the Cygwin distribution:

* gdb-7.10.1-1

The GNU debugger allows you to debug programs written in C, C++, an 
other languages, by executing them in a controlled fashion and printing 
their data.


This is an update to the latest upstream version.  See the 
/usr/share/doc/gdb/NEWS file for a list of user-visible changes.


In addition, it contains the following patches carried forward from the 
previous Cygwin package:


* Teach the demangler to deal with '@'-decorated __stdcall functions
* Various fixes for Cygwin signal handling
* (experimental) Teach gdb how to unwind frames for the Cygwin signal 
delivery wrapper functions _sigbe and sigdelayed


and the following new patches:

* Warn rather than stopping with an error if realpath() for a DLL fails
(Tim Chick)
  Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00401.html
* Fix a memory leak which would occur in the case when the result of 
realpath() is greater than or equal to SO_NAME_MAX_PATH_SIZE (Corinna 
Vinschen)


known issues:

There seems to be a regression since 7.8, apparently due to gdb core 
changes, where gdb experiences an internal error when attempting to 
single-step in one thread as another thread receives a SIGCHLD.


x86:

ed6bac1751b50c642dc8b416c4678f2d785ac4f5d94ae644cd335506851e37e69be102397517b826a07a414882d64e499e6ef2020d6eb8eb9e913d7b70e2c631 
*gdb-7.10.1-1-src.tar.xz
feac972d180f3620f6aec40fb5a1b8e4b3862ccfd2b57477243ea20f5a074bb4d0c8b421508584b9a1872b78085554ad5c68fffaac36475fc7e0dcdc446d3d3f 
*gdb-7.10.1-1.tar.xz
1758f6c3435b393887930d197d5fd2494f8f08d1977fd09b4f12bdabfd0a41657fbceb40a21fb2a31af41380a613a0635a3af0dc5638a3d9d5fd7f83a7a2ac92 
*gdb-debuginfo-7.10.1-1.tar.xz


x86_64:

758428a83148af8425cff2712ac15d842f449d824f0edc9bb8db1d1d84bf963e2f371372d0c645408c202914ffb088a9da32be5a9b62a637a71f2fe9b7d4614f 
*gdb-7.10.1-1-src.tar.xz
cd1fa152888faa3e4cb8e1d075604fb2e039d73acdd159d7c9553741fd7710778c742495c93476b234e3386d54bd5bdc5275007290b6eb940d70197feb21b573 
*gdb-7.10.1-1.tar.xz
38c13a067f06492a236141998d2cc5a97365c5c8c83dac8c7beddd83d86c900b7efacf5e3869121c27da3ab377fad6db47a6609d5605e2bdaac401cb88217870 
*gdb-debuginfo-7.10.1-1.tar.xz


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



Re: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread William M. (Mike) Miller
On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney
 wrote:
>
> The following package has been updated in the Cygwin distribution:
>
> * gdb-7.10.1-1
>
> The GNU debugger allows you to debug programs written in C, C++, an other
> languages, by executing them in a controlled fashion and printing their
> data.
>
> This is an update to the latest upstream version.  See the
> /usr/share/doc/gdb/NEWS file for a list of user-visible changes.
>
> In addition, it contains the following patches carried forward from the
> previous Cygwin package:
>
> * Teach the demangler to deal with '@'-decorated __stdcall functions
> * Various fixes for Cygwin signal handling
> * (experimental) Teach gdb how to unwind frames for the Cygwin signal
> delivery wrapper functions _sigbe and sigdelayed
>
> and the following new patches:
>
> * Warn rather than stopping with an error if realpath() for a DLL fails
> (Tim Chick)
>   Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00401.html
> * Fix a memory leak which would occur in the case when the result of
> realpath() is greater than or equal to SO_NAME_MAX_PATH_SIZE (Corinna
> Vinschen)
>
> known issues:
>
> There seems to be a regression since 7.8, apparently due to gdb core
> changes, where gdb experiences an internal error when attempting to
> single-step in one thread as another thread receives a SIGCHLD.

Does this version contain the fix that was discussed here a few months
ago for gdb arbitrarily starting extra threads, preventing stepping,
continuing, etc.?  (See the discussion containing
https://cygwin.com/ml/cygwin/2015-06/msg00321.html for context.)

-- 
William M. (Mike) Miller | Edison Design Group
william.m.mil...@gmail.com

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



Re: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread Jon Turney

On 14/01/2016 15:53, William M. (Mike) Miller wrote:

On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney
 wrote:


The following package has been updated in the Cygwin distribution:

* gdb-7.10.1-1


[...]


Does this version contain the fix that was discussed here a few months
ago for gdb arbitrarily starting extra threads, preventing stepping,
continuing, etc.?  (See the discussion containing
https://cygwin.com/ml/cygwin/2015-06/msg00321.html for context.)


It includes the patch from [1] which that thread eventually leads to

I hope that fixes your issue, but I can't test that.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=18127

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



Re: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread William M. (Mike) Miller
On Thu, Jan 14, 2016 at 6:33 PM, Jon Turney  wrote:
> On 14/01/2016 15:53, William M. (Mike) Miller wrote:
>>
>> On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney
>>  wrote:
>>>
>>>
>>> The following package has been updated in the Cygwin distribution:
>>>
>>> * gdb-7.10.1-1
>>>
> [...]
>>
>>
>> Does this version contain the fix that was discussed here a few months
>> ago for gdb arbitrarily starting extra threads, preventing stepping,
>> continuing, etc.?  (See the discussion containing
>> https://cygwin.com/ml/cygwin/2015-06/msg00321.html for context.)
>
>
> It includes the patch from [1] which that thread eventually leads to
>
> I hope that fixes your issue, but I can't test that.
>
> [1] https://sourceware.org/bugzilla/show_bug.cgi?id=18127

Great, thanks.  I'll give it a try as soon as it gets to my usual
mirror (wasn't there yet when I checked earlier).

-- 
William M. (Mike) Miller | Edison Design Group
william.m.mil...@gmail.com

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