forked from Imagelibrary/binutils-gdb
From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
* infttrace.c (child_thread_alive): Fix gdb_tid typo. * somsolib.c (no_shared_libraries): Provide stub. * xcoffsolib.c (no_shared_libraries): Provide stub.
This commit is contained in:
@@ -3585,7 +3585,7 @@ child_has_syscall_event (int pid, enum target_waitkind *kind, int *syscall_id)
|
||||
int
|
||||
child_thread_alive (ptid_t ptid)
|
||||
{
|
||||
lwpid_t gdp_tid = PIDGET (ptid);
|
||||
lwpid_t gdb_tid = PIDGET (ptid);
|
||||
lwpid_t tid;
|
||||
|
||||
/* This spins down the lists twice.
|
||||
|
||||
Reference in New Issue
Block a user