This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [PATCH/AARCH64] Fix hardware break points


On Tue, Sep 10, 2013 at 7:37 AM, Will Newton <will.newton@linaro.org> wrote:
> On 27 July 2013 23:42, Andrew Pinski <pinskia@gmail.com> wrote:
>
> Hi Andrew,
>
>> On Sat, Jul 27, 2013 at 2:34 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
>>> Andrew Pinski <pinskia@gmail.com> writes:
>>>
>>>> OK?  Built and tested on aarch64-linux-gnu with no regressions.
>>>
>>> Did you?
>>>
>>>> +  memset (&regs, 0, size(regs));
>>
>> This is what I get for copying and pasting from one source file to another.
>>
>> Here is the fixed one which was definitely tested.
>
> What's the status of this patch? It seems like it fixes real problems
> people are seeing in the field.


After not much thought, I decided this was an obvious patch as regs is
used uninitialized otherwise when passed to ptrace.

Committed now.

Thanks,
Andrew Pinski

>
> Thanks,
>
> --
> Will Newton
> Toolchain Working Group, Linaro


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