From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
[deliverable/binutils-gdb.git] / gdb / infttrace.c
index ffcbd203e312e90e832a73a81173b57f967c87d4..3c7cf95d806ed6327cb9f776c85a154178813967 100644 (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.
This page took 0.023262 seconds and 4 git commands to generate.