OSDN Git Service

* aix-thread.c (aix_thread_detach): Disable thread debugging on
authorcorinna <corinna>
Thu, 22 Aug 2002 15:27:15 +0000 (15:27 +0000)
committercorinna <corinna>
Thu, 22 Aug 2002 15:27:15 +0000 (15:27 +0000)
detach to allow reinitialization.

gdb/ChangeLog
gdb/aix-thread.c

index 134ad67..d2707b8 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 6d62eea..da75f21 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);
 }