* aix-thread.c (aix_thread_detach): Disable thread debugging on
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 22 Aug 2002 15:27:16 +0000 (15:27 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 22 Aug 2002 15:27:16 +0000 (15:27 +0000)
detach to allow reinitialization.

gdb/ChangeLog
gdb/aix-thread.c

index 134ad67646289d7c6e12ad3750b873da8a32ee22..d2707b856ab8c236968d9dd816f3e135a5506107 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-21  Corinna Vinschen  <vinschen@redhat.com
+
+       * aix-thread.c (aix_thread_detach): Disable thread debugging on
+       detach to allow reinitialization.
+
 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
 
        * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
index 6d62eea32151bf88c22e12024be73c5f79f57d31..da75f21dbd125bd5be20c47201b4f2a97c90f48d 100644 (file)
@@ -926,7 +926,7 @@ aix_thread_attach (char *args, int from_tty)
 static void
 aix_thread_detach (char *args, int from_tty)
 {
-  pd_deactivate ();
+  pd_disable ();
   base_target.to_detach (args, from_tty);
 }