2002-02-05 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/linux-low.c (kill_inferior): Remove commented out code.
This commit is contained in:
parent
fca9e6033a
commit
6b2725be39
2 changed files with 5 additions and 1 deletions
|
@ -101,7 +101,6 @@ kill_inferior (void)
|
|||
return;
|
||||
ptrace (PTRACE_KILL, inferior_pid, 0, 0);
|
||||
wait (0);
|
||||
/*************inferior_died ();****VK**************/
|
||||
}
|
||||
|
||||
/* Return nonzero if the given thread is still alive. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue