This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA v2] Consolidate API of target_supports_multi_process
- From: Pedro Alves <palves at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>, GDB Patches <gdb-patches at sourceware dot org>
- Date: Thu, 6 Oct 2016 17:37:31 +0100
- Subject: Re: [RFA v2] Consolidate API of target_supports_multi_process
- Authentication-results: sourceware.org; auth=none
- References: <1475012921-21928-1-git-send-email-sergiodj@redhat.com> <1475013200-22912-1-git-send-email-sergiodj@redhat.com>
On 09/27/2016 10:53 PM, Sergio Durigan Junior wrote:
> [ Resending with ChangeLog diffs. ]
>
> This simple commit consolidates the API of
> target_supports_multi_process. Since both GDB and gdbserver use the
> same function prototype, all that was needed was to move create this
> prototype on gdb/target/target.h and turn the macros declared on
> gdb/{,gdbserver/}target.h into actual functions.
>
> Regtested (clean pass) on the BuildBot.
OK.
Thanks,
Pedro Alves