On Wed, Oct 19, 2016 at 6:53 PM, Ian Lance Taylor wrote:
> On Wed, Oct 19, 2016 at 6:23 AM, Richard Biener
> wrote:
>> On Wed, Oct 19, 2016 at 3:17 PM, Ian Lance Taylor wrote:
>>> On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener
>>> wrote:
On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor
On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener
wrote:
> On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote:
>> This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo.
>>
>> While we're at it, this updates the runtime/debug package, and starts
>> running its testsuite by
On Wed, Oct 19, 2016 at 6:23 AM, Richard Biener
wrote:
> On Wed, Oct 19, 2016 at 3:17 PM, Ian Lance Taylor wrote:
>> On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener
>> wrote:
>>> On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote:
This patch to libgo copies the rdebug code from the Go
On Wed, Oct 19, 2016 at 3:17 PM, Ian Lance Taylor wrote:
> On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener
> wrote:
>> On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote:
>>> This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo.
>>>
>>> While we're at it, this updates
On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener
wrote:
> On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote:
>> This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo.
>>
>> While we're at it, this updates the runtime/debug package, and starts
>> running its testsuite by
On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote:
> This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo.
>
> While we're at it, this updates the runtime/debug package, and starts
> running its testsuite by default. I'm not sure why runtime/debug was
> not previously
This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo.
While we're at it, this updates the runtime/debug package, and starts
running its testsuite by default. I'm not sure why runtime/debug was
not previously updated to 1.7. Doing that led me to fix some minor
aspects of ru