* elf/rtld.c (dl_main): Don't set l_name for sysinfo DSO, since there
[glibc.git] / nptl_db / ChangeLog
blobda38cee0359393b89122287868fbe2c1c4947e5b
1 2003-09-08  Roland McGrath  <roland@redhat.com>
3         * td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t.
5 2003-08-22  Roland McGrath  <roland@redhat.com>
7         * fetch-value.c (_td_check_sizeof, _td_locate_field): Return
8         TD_NOCAPAB for PS_NOSYM, instead of vanilla TD_ERR.
9         * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Return TD_NOAPLIC when
10         DB_GET_FIELD returns TD_NOCAPAB.
12         * thread_db.h (td_thr_tls_get_addr): Use psaddr_t in signature.
13         * structs.def [USE_TLS]: Add DB_STRUCT_FIELD (link_map, l_tls_modid).
14         * db_info.c (link_map): Typedef it.
15         * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Rewritten.
17 2003-08-14  Roland McGrath  <roland@redhat.com>
19         * thread_dbP.h: Mostly rewritten with many new macros and decls.
20         * td_ta_new.c (td_ta_new): Don't cache a lot of symbol values.
21         * structs.def: New file.
22         * db_info.c: New file.
23         * td_symbol_list.c (symbol_list_arr): Define with structs.def macros.
24         * td_ta_clear_event.c: Rewritten.
25         * td_ta_event_addr.c: Rewritten.
26         * td_ta_event_getmsg.c: Rewritten.
27         * td_ta_get_nthreads.c: Rewritten.
28         * td_ta_map_lwp2thr.c: New file.
29         * td_ta_set_event.c: Rewritten.
30         * td_ta_thr_iter.c: Rewritten.
31         * td_ta_tsd_iter.c: Rewritten.
32         * td_thr_clear_event.c: Rewritten.
33         * td_thr_event_enable.c: Rewritten.
34         * td_thr_event_getmsg.c: Rewritten.
35         * td_thr_get_info.c: Rewritten.
36         * td_thr_getfpregs.c: Rewritten.
37         * td_thr_getgregs.c: Rewritten.
38         * td_thr_set_event.c: Rewritten.
39         * td_thr_setfpregs.c: Rewritten.
40         * td_thr_setgregs.c: Rewritten.
41         * td_thr_tlsbase.c: Rewritten.
42         * td_thr_tsd.c: Rewritten.
43         * td_thr_validate.c: Rewritten.
44         * Makefile (distribute): Add them.
45         * fetch-value.c: New file.
46         * Makefile (libthread_db-routines): Add it.
48         * thread_db.h (td_err_e): Comment fix.
50 2003-08-05  Roland McGrath  <roland@redhat.com>
52         * thread_dbP.h (td_lookup): Add attribute_hidden to decl.
54 2003-08-04  Roland McGrath  <roland@redhat.com>
56         * td_ta_clear_event.c (td_ta_clear_event): Fix sizes in ps_* calls.
58 2003-06-23  Roland McGrath  <roland@redhat.com>
60         * proc_service.h: Cosmetic and comment fixes.
62 2003-06-19  Roland McGrath  <roland@redhat.com>
64         * td_thr_event_enable.c (td_thr_event_enable): Use proper type `bool'
65         for value written into inferior's `report_events'.
67 2003-03-18  Roland McGrath  <roland@redhat.com>
69         * td_thr_event_getmsg.c (td_thr_event_getmsg): Splice the thread out
70         of the ->nextevent linkage.
72         * td_ta_event_getmsg.c (td_ta_event_getmsg): Runtime error instead of
73         assert for reading TD_EVENT_NONE.  Clear the event buffer after
74         reading it.  Add a sanity check for foo->nextevent = foo.
76 2003-03-15  Roland McGrath  <roland@redhat.com>
78         * thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER.
79         (td_thr_tlsbase): Declare it.
80         * td_thr_tlsbase.c: New file.
81         * Makefile (libthread_db-routines): Add it.
82         * Versions (libthread_db: GLIBC_2.3.3): New set, add td_thr_tlsbase.
83         * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use td_thr_tlsbase.
85 2003-03-14  Roland McGrath  <roland@redhat.com>
87         * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use `header.' prefix.
89 2003-03-10  Roland McGrath  <roland@redhat.com>
91         * td_ta_thr_iter.c (iterate_thread_list): Don't use `header.data.'
92         prefix for `struct pthread' members.
93         * td_thr_validate.c (check_thread_list): Likewise.
94         * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Likewise.
96 2003-03-03  Roland McGrath  <roland@redhat.com>
98         * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Handle TLS_DTV_AT_TP.
100 2003-02-15  Ulrich Drepper  <drepper@redhat.com>
102         * td_symbol_list.c: New symbol name for SYM_PTHREAD_NTHREADS.
104 2003-01-07  Jakub Jelinek  <jakub@redhat.com>
106         * td_ta_event_getmsg.c: Include assert.h.
108 -2003-01-05  Ulrich Drepper  <drepper@redhat.com>
110         * Makefile (libthread_db.so-no-z-defs): Define.
112 2003-01-03  Roland McGrath  <roland@redhat.com>
114         * td_thr_setgregs.c (td_thr_setgregs): *_BIT -> *_BITMASK
115         * td_thr_setfpregs.c (td_thr_setfpregs): Likewise.
116         * td_thr_get_info.c (td_thr_get_info): Likewise.
117         * td_thr_getgregs.c (td_thr_getgregs): Likewise.
118         * td_thr_getfpregs.c (td_thr_getfpregs): Likewise.
119         * td_ta_thr_iter.c (iterate_thread_list): Likewise.
121 2002-12-12  Roland McGrath  <roland@redhat.com>
123         * td_ta_thr_iter.c (iterate_thread_list): Handle special case of
124         uninitialized __stack_user (zeros), hard-wire just the main thread.
126         * td_thr_get_info.c (td_thr_get_info): Fix ti_lid initialization.
128 2002-12-06  Roland McGrath  <roland@redhat.com>
130         * td_ta_event_getmsg.c (td_ta_event_getmsg): Write the NEXT pointer
131         into the inferior's __pthread_last_event variable, not a word from
132         an inferior address used in the parent.  Pass the address of a
133         null word to ps_pdwrite, not a null pointer.
135 2002-12-04  Roland McGrath  <roland@redhat.com>
137         * td_thr_get_info.c (td_thr_get_info): ti_tid is pthread_t, not a PID.
139         * thread_db.h (td_thrinfo_t): Comment fix.
141         * td_ta_map_lwp2thr.c: Moved to ../nptl/sysdeps/i386/.
143 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
145         * td_ta_thr_iter.c (iterate_thread_list): At end of iteration read
146         pointer to the next element from inferior.
148 2002-12-02  Roland McGrath  <roland@redhat.com>
150         * td_symbol_list.c (symbol_list_arr): pthread_keys -> __pthread_keys
152         * td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Fetch inferior registers to
153         see its %gs value, not our own.