* sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to
[glibc.git] / nptl_db / ChangeLog
blobedeaaed8a57e1f5fe95e79c7b82cfa9a5aea6381
1 2002-12-12  Roland McGrath  <roland@redhat.com>
3         * td_ta_thr_iter.c (iterate_thread_list): Handle special case of
4         uninitialized __stack_user (zeros), hard-wire just the main thread.
6         * td_thr_get_info.c (td_thr_get_info): Fix ti_lid initialization.
8 2002-12-06  Roland McGrath  <roland@redhat.com>
10         * td_ta_event_getmsg.c (td_ta_event_getmsg): Write the NEXT pointer
11         into the inferior's __pthread_last_event variable, not a word from
12         an inferior address used in the parent.  Pass the address of a
13         null word to ps_pdwrite, not a null pointer.
15 2002-12-04  Roland McGrath  <roland@redhat.com>
17         * td_thr_get_info.c (td_thr_get_info): ti_tid is pthread_t, not a PID.
19         * thread_db.h (td_thrinfo_t): Comment fix.
21         * td_ta_map_lwp2thr.c: Moved to ../nptl/sysdeps/i386/.
23 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
25         * td_ta_thr_iter.c (iterate_thread_list): At end of iteration read
26         pointer to the next element from inferior.
28 2002-12-02  Roland McGrath  <roland@redhat.com>
30         * td_symbol_list.c (symbol_list_arr): pthread_keys -> __pthread_keys
32         * td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Fetch inferior registers to
33         see its %gs value, not our own.