* aix-thread.c (aix_thread_detach): Disable thread debugging on

detach to allow reinitialization.
This commit is contained in:
Corinna Vinschen 2002-08-22 15:27:16 +00:00
parent 9f9d12b370
commit 6c0c456d87
2 changed files with 6 additions and 1 deletions

View 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

View 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);
}