This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/4] Remove arm_override_mode
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Fri, 22 Jul 2016 19:17:47 +0100
- Subject: Re: [PATCH 1/4] Remove arm_override_mode
- Authentication-results: sourceware.org; auth=none
- References: <1463069912-23472-1-git-send-email-yao.qi@linaro.org> <1463069912-23472-2-git-send-email-yao.qi@linaro.org> <c3d03585-54c7-de6a-5064-6b36140d483c@redhat.com> <CAH=s-PNEn2v9g1=bYy+Wtx-w2Q-HkidpQo1CSPQz3ijLkoJ=Fg@mail.gmail.com> <73b8dbe0-2ead-fcf5-783c-8826c4d27ab0@redhat.com>
On 07/22/2016 11:15 AM, Pedro Alves wrote:
> Now clear to me that if ia64 wanted to support Z/z packets, that it'd
> need different breakpoint kinds. Seems like bp_tgt->shadow_len has the
> needed info, and bp_tgt->placed_size (the kind) could be
> constant (meaning only one kind).
Happened to re-read this back now and noticed a typo that changes
meaning... FAOD, I meant:
NOT clear to me that if ia64 wanted to support Z/z packets, that it'd
need different breakpoint kinds.
Thanks,
Pedro Alves