Get rid of ATTACH_NO_WAIT

Pedro Alves pedro@codesourcery.com
Sat Jun 28 01:00:00 GMT 2008


A Saturday 28 June 2008 00:18:59, Pedro Alves wrote:
> Index: src/gdb/remote.c
> ===================================================================
> --- src.orig/gdb/remote.c
> +++ src/gdb/remote.c
> @@ -7099,6 +7099,7 @@ Specify the serial device it is connecte
>    extended_remote_ops.to_mourn_inferior = extended_remote_mourn;
>    extended_remote_ops.to_detach = extended_remote_detach;
>    extended_remote_ops.to_attach = extended_remote_attach;
> +  extended_remote_ops.to_attach_no_wait = 0;
>  }

Ooops, this bit wasn't supposed to go public :-)  Updated
patch without it.  (it is a nop, I was using it for testing)

-- 
Pedro Alves
-------------- next part --------------
A non-text attachment was scrubbed...
Name: attach_no_wait.diff
Type: text/x-diff
Size: 7351 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20080628/418023a0/attachment.bin>


More information about the Gdb-patches mailing list