mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
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
@ -1,3 +1,8 @@
|
||||
2002-02-05 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdbserver/linux-low.c (kill_inferior): Remove commented out
|
||||
code.
|
||||
|
||||
2002-02-05 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
|
||||
|
@ -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…
Reference in New Issue
Block a user