From b17491921689d50136b3e9e1acb295bb9c4b463d Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 8 Oct 2001 20:46:30 +0000 Subject: [PATCH] Document changes to hpux-threads.c. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 : -- 2.47.3