From: Joel Brobecker Date: Mon, 8 Oct 2001 20:46:30 +0000 (+0000) Subject: Document changes to hpux-threads.c. X-Git-Tag: gdb_5_1-2001-11-21-release~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b17491921689d50136b3e9e1acb295bb9c4b463d;p=thirdparty%2Fbinutils-gdb.git Document changes to hpux-threads.c. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41bc8de148e..2e607e82ba8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-10-08 J. Brobecker + + * hpux-thread.c: rewrite find_active_thread() and find_tcb() + to use ptid_t, instead of overloading the thread and the pid + into the same 32-bit value. Make associated necessary adaptations. + Also remove unused variable cached_active_thread. + 2001-09-26 Kevin Buettner From Ilya Golubev :