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:
Andrew Cagney
2001-07-19 04:58:17 +00:00
parent 6ad8a379a0
commit 4b048bc096
4 changed files with 44 additions and 1 deletions

View File

@@ -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.