This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: [PATCH] remote_detach() and inferior_pid


Elena Zannoni wrote:
> 
> OK, all in agreement then. I'll add a generic_mourn_inferior() call in
> there. New patch follows. OK to check in?
> 

Hum, shouldn't we just change the calls to pop_target() by calls to
remote_mourn() and remote_asynch_mourn() instead?

Fernando


> Index: remote.c
> ===================================================================
> RCS file: /cvs/cvsfiles/devo/gdb/remote.c,v
> retrieving revision 1.269
> diff -c -r1.269 remote.c
> *** remote.c    2000/02/02 07:47:45     1.269
> --- remote.c    2000/02/17 21:06:46
> ***************
> *** 2124,2129 ****
> --- 2124,2130 ----
>     remote_send (buf, PBUFSIZ);
> 
>     pop_target ();
> +   generic_mourn_inferior ();
>     if (from_tty)
>       puts_filtered ("Ending remote debugging.\n");
> 
> ***************
> *** 2149,2154 ****
> --- 2150,2156 ----
>       SERIAL_ASYNC (remote_desc, NULL, 0);
> 
>     pop_target ();
> +   generic_mourn_inferior ();
>     if (from_tty)
>       puts_filtered ("Ending remote debugging.\n");
>   }

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@cygnus.com
2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
Toronto, Ontario   M4P 2C9              Fax:  416-482-6299

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