* NEWS: Mention support removal of undocumented S AA p PID stop

reply packet.

	* remote.c (remote_wait): Remove undocumented S AA p PID support.
This commit is contained in:
Pedro Alves 2008-06-11 12:56:36 +00:00
parent 5f5dfcbe1b
commit 060871df59
3 changed files with 13 additions and 6 deletions

View file

@ -3525,12 +3525,6 @@ Packet: '%s'\n"),
status->value.sig = (enum target_signal)
(((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
}
if (buf[3] == 'p')
{
thread_num = strtol ((const char *) &buf[4], NULL, 16);
record_currthread (thread_num);
}
goto got_status;
case 'W': /* Target exited. */
{