This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v1] Synchronize siginfo type described in GDB with the kernel and glibc ones.


On 12/01/2015 10:08 AM, Tedeschi, Walfred wrote:
> Hello Pedro,
> 
> Thanks a lot for your feedback!
> 
> Moving forward on this patch I observed that there is fixup for 32 and x32 on gdbserver and gdb side.
> I  suppose we should join both implementation so we patch only once every time! :)

That'd be nice. :-)

> 
> To do that I was wondering where should be the appropriated place, the "nat" or the "common" folder.

Since this is code used by the (native) target_ops implementations, nat/ is the
appropriate place.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]