[PATCH] Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD

Simon Marchi simark@simark.ca
Tue Jul 28 15:15:05 GMT 2020


On 2020-07-28 11:07 a.m., Kamil Rytarowski wrote:
> This looks like a generic GDB bug wiith this arch_composite_type vs
> arch_type. For now, I have used set_name + gdbarch_obstack_strdup.
> 
> Feel free to fix the problem in GDB later and pass the name directly in
> arch_composite_type.

I mean, you could easily use for now:

  arch_composite_type (..., gdbarch_obstack_strdup (name), ...);

Simon


More information about the Gdb-patches mailing list