This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/4] Use the target architecture when encoding tracepoint actions
- From: Antoine Tremblay <antoine dot tremblay at ericsson dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Antoine Tremblay <antoine dot tremblay at ericsson dot com>, <gdb-patches at sourceware dot org>
- Date: Thu, 11 Feb 2016 08:20:51 -0500
- Subject: Re: [PATCH 2/4] Use the target architecture when encoding tracepoint actions
- Authentication-results: sourceware.org; auth=none
- References: <1452188697-23870-1-git-send-email-antoine dot tremblay at ericsson dot com> <1452188697-23870-3-git-send-email-antoine dot tremblay at ericsson dot com> <56BC866B dot 9080107 at redhat dot com>
Pedro Alves writes:
> On 01/07/2016 05:44 PM, Antoine Tremblay wrote:
>
>> gdb/ChangeLog:
>>
>> * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
>> than loc->gdbarch.
>
> OK, please push.
>
> Thanks,
> Pedro Alves
Pushed in.
Thanks,
Antoine