mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* remote.c (remote_detach): Error out if remote can't detach.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* remote.c (remote_detach): Error out if remote can't detach.
|
||||
|
||||
2007-05-10 Luis Machado <luisgpm@br.ibm.com>
|
||||
|
||||
* rs6000-tdep.c: (deal_with_atomic_sequence) Stores branch
|
||||
|
||||
@@ -2600,7 +2600,11 @@ remote_detach (char *args, int from_tty)
|
||||
|
||||
/* Tell the remote target to detach. */
|
||||
strcpy (rs->buf, "D");
|
||||
remote_send (&rs->buf, &rs->buf_size);
|
||||
putpkt (rs->buf);
|
||||
getpkt (&rs->buf, &rs->buf_size, 0);
|
||||
|
||||
if (rs->buf[0] == 'E')
|
||||
error (_("Can't detach process."));
|
||||
|
||||
/* Unregister the file descriptor from the event loop. */
|
||||
if (target_is_async_p ())
|
||||
|
||||
Reference in New Issue
Block a user