Re: [PATCH 1/3] Add gdb remote protocol handling to strace

2017-02-17 Thread Stan Cox
> I'll try to provide a feedback with updated set of patches in a coming weeks, > so it can > become a part of 4.17 release. Is it ok for you? > Thanks Eugene; that will be great, much appreciated. -- Check out the vibra

Re: [PATCH 1/3] Add gdb remote protocol handling to strace

2017-02-17 Thread Eugene Syromyatnikov
On Fri, Feb 17, 2017 at 4:26 PM, Stan Cox wrote: > On 02/10/2017 03:21 PM, Stan Cox wrote: >> Requesting comments on this patch, which adds support for the gdb >> remote serial protocol > Ping on the patch. Also, fixed a register pool issue, which was not allowing > for varying x8664 register po

Re: [PATCH 1/3] Add gdb remote protocol handling to strace

2017-02-17 Thread Stan Cox
On 02/10/2017 03:21 PM, Stan Cox wrote: > Requesting comments on this patch, which adds support for the gdb > remote serial protocol Ping on the patch. Also, fixed a register pool issue, which was not allowing for varying x8664 register pool sizes. -