[PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.

Pedro Alves palves@redhat.com
Thu Feb 25 16:46:00 GMT 2016


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



More information about the Gdb-patches mailing list