* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
[glibc/pb-stable.git] / linuxthreads_db / ChangeLog
blob9d0286a531e9136fa86e6fdae8ce84fb0a2db389
1 2000-02-25  Andreas Jaeger  <aj@suse.de>
3         * td_ta_thr_iter.c: Include <alloca.h> for prototype declaration.
4         * td_ta_tsd_iter.c: Likewise.
6 2000-01-20  Andreas Jaeger  <aj@suse.de>
8         * td_thr_getgregs.c (td_thr_getgregs): Fix typo.
10 2000-01-19  Ulrich Drepper  <drepper@cygnus.com>
12         * td_thr_getgregs.c: Correct size parameter of memset call.
14 1999-12-02  Ulrich Drepper  <drepper@cygnus.com>
16         * proc_service.h: Fix typos in last added declaractions.
18 1999-12-01  Ulrich Drepper  <drepper@cygnus.com>
20         * proc_service.h: Add ps_pstop, ps_pcontinue, ps_lstop, and
21         ps_lcontinue prototypes.
23 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
25         * Makefile: Correct dependency for shared object.
27 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
29         * td_ta_map_lwp2thr.c: Add missing brace in comparison.
31         * thread_dbP.h (LOG): Only print message if __td_debug is nonzero.
32         * td_init.c: Add __td_debug.
34 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
36         * td_ta_thr_iter.c: Start copying list of descriptors from right
37         position in target process.
39         * td_ta_thr_iter.c: Fix loop starting point over all but main and
40         manager thread.
42         * td_ta_thr_iter.c: Read descriptors for main and manager thread
43         special since after this we can assume that no new threads will be
44         created anymore (at least in the gdb implementation).
46         * Makefile: Define version correctly.
48 1999-11-10  Ulrich Drepper  <drepper@cygnus.com>
50         * td_ta_map_lwp2thr.c: If p_pid field is zero, this is before the
51         thread library is initialized and we get the PID from the
52         debugger.
54 1999-11-08  Ulrich Drepper  <drepper@cygnus.com>
56         * td_thr_get_info.c: Make sure ti_lid is never zero.
58         * proc_service.h: Add ps_getpid prototype.
60 1999-11-03  Ulrich Drepper  <drepper@cygnus.com>
62         * thread_dbP.h (ta_ok): New function.
63         * td_ta_new.c: Add new handle to list.
64         * td_ta_delete.c: Remove handle from list.
65         * td_ta_clear_event.c: Use ta_ok to check for correct ta parameter.
66         * td_ta_enable_stats.c: Likewise.
67         * td_ta_event_addr.c: Likewise.
68         * td_ta_event_getmsg.c: Likewise.
69         * td_ta_get_nthreads.c: Likewise.
70         * td_ta_get_ph.c: Likewise.
71         * td_ta_get_stats.c: Likewise.
72         * td_ta_map_id2thr.c: Likewise.
73         * td_ta_map_lwp2thr.c: Likewise.
74         * td_ta_reset_stats.c: Likewise.
75         * td_ta_set_event.c: Likewise.
76         * td_ta_setconcurrency.c: Likewise.
77         * td_ta_thr_iter.c: Likewise.
79         * td_ta_tsd_iter.c: Optimize memory retrieving.
81         * Versions: New file.
83         * td_thr_get_info.c (td_thr_get_info): Initialize ti_traceme.
85 1999-11-02  Ulrich Drepper  <drepper@cygnus.com>
87         * td_ta_thr_iter.c (td_ta_thr_iter): Optimize a bit.  Read all
88         handles at once.
90         * thread_dbP.h (struct th_thragent): Add pthread_handle_num.
91         * td_ta_new.c: Initialize pthread_handle_num.
92         * td_ta_event_getmsg.c: If last event was already reported search
93         for another unreported event.
95         * td_thr_get_info.c (td_thr_get_info): Initialize ti_events.
97         * Makefile (libthread_db-routines): Add td_ta_set_event,
98         td_ta_event_getmsg, and td_ta_clear_event.
99         * td_ta_clear_event.c: New file.
100         * td_ta_event_getmsg.c: New file.
101         * td_ta_new.c: Get address of __pthread_last_event in target.
102         * td_ta_set_event.c: Don't overwrite old mask, set additional bits.
103         * td_thr_set_event.c: Likewise.
104         * td_thr_clear_event.c: Implement.
105         * thread_db.h: Declare td_ta_clear_event and td_ta_event_getmsg.
106         * thread_dbP.h (struct td_thragent): Add pthread_last_event.
108         * td_ta_new.c: Don't test for __pthread_threads_debug.  Get address
109         of __pthread_threads_events and fail if this is not possible.
110         * td_ta_event_addr.c: Implement.
111         * td_thr_event_enable.c: Implement.
112         * td_thr_event_getmsg.c: Implement.
113         * td_thr_set_event.c: Implement.
114         * td_ta_set_event.c: New file.
115         * thread_db.h (td_eventbuf_t): Define.
116         Declare td_ta_set_event.
117         * thread_dbP.h (struct td_thragent): Add pthread_threads_eventsp.
119         * td_thr_getfpregs.c: For terminated threads return empty structure.
120         * td_thr_getgregs.c: Likewise.
121         * td_thr_setfpregs.c: Likewise.
122         * td_thr_setgregs.c: Likewise.
124 1999-11-01  Ulrich Drepper  <drepper@cygnus.com>
126         * thread_db.h: Shuffle types around to make things work for gdb.
127         * thread_dbP.h: Include proc_service.h before thread_db.h.
129         * thread_db.h: It's TD_NOLIBTHREAD, not TD_LIBTHREAD.
130         * td_ta_new.c: Likewise.
132 1999-10-14  Ulrich Drepper  <drepper@cygnus.com>
134         * td_ta_new.c: p_startfct does not exist anymore.
136         * td_thr_get_info.c: Always initialize start function.
138         * td_ta_thr_iter.c: Don't return threads which exited (but are not
139         joined).
141         * td_thr_validate.c: Don't skip manager thread.
143 1999-10-13  Ulrich Drepper  <drepper@cygnus.com>
145         * td_ta_thr_iter.c: Use size of descriptor from *TA.
146         Don't return manager thread before it's actually running.
147         Actually use state parameter to distingusih at least a few states.
149         * td_thr_get_info.c: Handle manager thread special.  Fill in ti_lid,
150         ti_state, and ti_startfunc fields.
152 1999-10-12  Andreas Jaeger  <aj@suse.de>
154         * thread_dbP.h: Include <string.h> for strlen declaration.  Remove
155         __libc_write prototype since this is already declared in
156         linuxthreads/internals.h.
158 1999-10-11  Ulrich Drepper  <drepper@cygnus.com>
160         * thread_db.h: Fix comment for ti_type.
162         * td_thr_get_info.c: Initialize ti_type field.
164         * td_ta_thr_iter.c: Also report the manager thread.
166 1999-10-08  Andreas Jaeger  <aj@suse.de>
168         * thread_db.h: Fix typos in comments.
170         * td_ta_get_nthreads.c (td_ta_get_nthreads): Don't hardcode
171         libpthread library name, get it from <gnu/lib-names.h> instead.
172         * td_ta_new.c (td_ta_new): Likewise.
174 1999-10-08  Ulrich Drepper  <drepper@cygnus.com>
176         * shlib-versions: New file.
178 1999-10-07  Ulrich Drepper  <drepper@cygnus.com>
180         * Makefile: New file.
181         * proc_service.h: New file.
182         * td_init.c: New file.
183         * td_log.c: New file.
184         * td_ta_delete.c: New file.
185         * td_ta_enable_stats.c: New file.
186         * td_ta_event_addr.c: New file.
187         * td_ta_get_nthreads.c: New file.
188         * td_ta_get_ph.c: New file.
189         * td_ta_get_stats.c: New file.
190         * td_ta_map_id2thr.c: New file.
191         * td_ta_map_lwp2thr.c: New file.
192         * td_ta_new.c: New file.
193         * td_ta_reset_stats.c: New file.
194         * td_ta_setconcurrency.c: New file.
195         * td_ta_thr_iter.c: New file.
196         * td_ta_tsd_iter.c: New file.
197         * td_thr_clear_event.c: New file.
198         * td_thr_dbresume.c: New file.
199         * td_thr_dbsuspend.c: New file.
200         * td_thr_event_enable.c: New file.
201         * td_thr_event_getmsg.c: New file.
202         * td_thr_get_info.c: New file.
203         * td_thr_getfpregs.c: New file.
204         * td_thr_getgregs.c: New file.
205         * td_thr_getxregs.c: New file.
206         * td_thr_getxregsize.c: New file.
207         * td_thr_set_event.c: New file.
208         * td_thr_setfpregs.c: New file.
209         * td_thr_setgregs.c: New file.
210         * td_thr_setprio.c: New file.
211         * td_thr_setsigpending.c: New file.
212         * td_thr_setxregs.c: New file.
213         * td_thr_sigsetmask.c: New file.
214         * td_thr_tsd.c: New file.
215         * td_thr_validate.c: New file.
216         * thread_db.h: New file.
217         * thread_dbP.h: New file.