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: [RFC v4] fix regressions with target-async


On 03/07/2014 02:00 PM, Pedro Alves wrote:
> Almost all native targets have been converted to inherit
> inf-child.c, except 3:
> 
>  go32-nat.c:  go32_ops.to_can_run = go32_can_run;
>  nto-procfs.c:  procfs_ops.to_can_run = procfs_can_run;
>  windows-nat.c:  windows_ops.to_can_run = windows_can_run;
> 
> If we converted those, we'd have a superclass for all native
> targets, and we could put these default run target
> defaults there.

Oh chucks, I had started that conversion years ago, but
never made it through, and now I can't resist.  I've
converted 2 already.  Will post in a bit.

-- 
Pedro Alves


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