This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.
- From: Pedro Alves <palves at redhat dot com>
- To: Marcin KoÅcielnicki <koriakin at 0x04 dot net>
- Cc: gdb-patches at sourceware dot org, antoine dot tremblay at ericsson dot com
- Date: Thu, 25 Feb 2016 16:46:39 +0000
- Subject: Re: [PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.
- Authentication-results: sourceware.org; auth=none
- References: <56CF13A5 dot 2020909 at redhat dot com> <1456414790-12228-1-git-send-email-koriakin at 0x04 dot net>
On 02/25/2016 03:39 PM, Marcin KoÅcielnicki wrote:
>
> + /* Tell IPA about the correct tdesc. */
> + if (write_inferior_integer (ipa_sym_addrs.addr_ipa_tdesc_idx,
> + target_get_ipa_tdesc_idx ()))
> + {
> + error ("Error setting ipa_tdesc_idx variable in lib");
> + }
> +
No {}s for single-line statement.
Otherwise OK.
Thanks,
Pedro Alves