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 6/8] go32-nat.c: Don't override to_open.


> From: Pedro Alves <palves@redhat.com>
> Date: Mon, 17 Mar 2014 15:23:02 +0000
> 
> Although the string says "Done.", nothing is pushing the target as is.
> Removing the method override let's us fall through to the the base
> to_open implemention in inf-child.c, which will push the target in
> reaction to "target native" in a follow up patch.
> 
> gdb/
> 2014-03-17  Pedro Alves  <palves@redhat.com>
> 
> 	* go32-nat.c (go32_open): Delete.
> 	(go32_target): Don't override the to_open method.

OK.


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