ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
  2. * td_ta_clear_event.c (td_ta_clear_event): Correct arguments to
  3. sizeof.
  4. * td_ta_set_event.c (td_ta_set_event): Likewise.
  5. * td_thr_clear_event.c (td_thr_clear_event): Likewise.
  6. * td_thr_set_event.c (td_thr_set_event): Likewise.
  7. 2005-01-09 Andreas Jaeger <aj@suse.de>
  8. * td_thr_tlsbase.c (td_thr_tlsbase): Adjust for dtv change.
  9. 2004-05-01 Jakub Jelinek <jakub@redhat.com>
  10. * thread_dbP.h (LOG): Use write instead of __libc_write.
  11. 2004-03-13 Jakub Jelinek <jakub@redhat.com>
  12. * td_thr_tlsbase.c: Remove dl-tls.h include. Don't use
  13. TLS_TP_OFFSET in the #if, but TLS_TCB_SIZE == 0 ?:.
  14. 2004-03-12 Roland McGrath <roland@redhat.com>
  15. * td_thr_tlsbase.c [TLS_DTV_AT_TP && TLS_TP_OFFSET > 0]: Handle this
  16. case (PowerPC) differently.
  17. 2003-11-25 Roland McGrath <roland@redhat.com>
  18. * td_symbol_list.c (symbol_list_arr) [HAVE_ASM_GLOBAL_DOT_NAME]:
  19. Prepend "." to symbol names for functions.
  20. 2003-08-18 Daniel Jacobowitz <drow@mvista.com>
  21. * td_thr_getfpregs.c (td_thr_getfpregs): Use the main thread if
  22. the descriptor is uninitialized.
  23. * td_thr_getgregs.c (td_thr_getgregs): Likewise.
  24. 2003-03-15 Roland McGrath <roland@redhat.com>
  25. * thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER.
  26. (td_thr_tlsbase): Declare it.
  27. * td_thr_tlsbase.c: New file.
  28. * Makefile (libthread_db-routines): Add it.
  29. * Versions (libthread_db: GLIBC_2.3.3): New set, add td_thr_tlsbase.
  30. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use td_thr_tlsbase.
  31. 2003-02-27 Roland McGrath <roland@redhat.com>
  32. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Handle TLS_DTV_AT_TP.
  33. * td_ta_thr_iter.c (handle_descr) [!defined USE_TLS || !TLS_DTV_AT_TP]:
  34. Conditionalize p_header use on this.
  35. 2003-01-29 Roland McGrath <roland@redhat.com>
  36. * td_ta_new.c (td_ta_new): Cap the `sizeof_descr' value read from the
  37. inferior at `sizeof (struct _pthread_descr_struct)', since we use it
  38. as a length in copies to our own structures.
  39. 2003-01-05 Ulrich Drepper <drepper@redhat.com>
  40. * Makefile (libthread_db.so-no-z-defs): Define.
  41. 2002-09-29 Ulrich Drepper <drepper@redhat.com>
  42. * td_thr_tsd.c (td_thr_tsd): Read correct entry from pthread_keys
  43. array.
  44. 2002-09-28 Andreas Jaeger <aj@suse.de>
  45. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Fix reference to dtv.
  46. 2002-09-24 Roland McGrath <roland@redhat.com>
  47. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Fetch just the
  48. individual members we need, not the whole structures.
  49. 2002-09-24 Ulrich Drepper <drepper@redhat.com>
  50. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Change second
  51. parameter to be the address of the link map in the inferior process.
  52. * thread_db.h: Update prototype for td_thr_tls_get_addr.
  53. 2002-08-23 Ulrich Drepper <drepper@redhat.com>
  54. * thread_dbP.h: Define LINUXTHREADS_VERSION.
  55. * td_symbol_list.c (symbol_list_arr): Add LINUXTHREADS_VERSION string.
  56. * td_ta_new.c (td_ta_new): After verifying the thread library is
  57. there check version.
  58. * thread_db.h: Add new error TD_VERSION.
  59. 2002-08-21 Roland McGrath <roland@redhat.com>
  60. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): __attribute_used__ ->
  61. __attribute__ ((unused)) for arguments.
  62. 2002-08-07 Ulrich Drepper <drepper@redhat.com>
  63. * thread_dbP.h: Define LINUXTHREADS_INITIAL_REPORT_EVENTS.
  64. * td_thr_event_enable.c (td_thr_event_enable): If th->th_unique is
  65. null write to __linuxthreads_initial_report_events.
  66. * td_symbol_list.c (symbol_list_arr): Add
  67. __linuxthreads_initial_report_events.
  68. 2002-07-16 Ulrich Drepper <drepper@redhat.com>
  69. * td_thr_clear_event.c: Yet more changes to help with TLS-enabled
  70. libpthread.
  71. * td_thr_event_enable.c: Likewise.
  72. * td_thr_event_getmsg.c: Likewise.
  73. * td_thr_set_event.c: Likewise.
  74. * td_thr_setfpregs.c: Likewise.
  75. * td_thr_setgregs.c: Likewise.
  76. * td_thr_tsd.c: Likewise.
  77. * td_thr_validate.c: Likewise.
  78. 2002-07-15 Ulrich Drepper <drepper@redhat.com>
  79. * td_ta_thr_iter.c: Some more changes to enable using TLS-enabled
  80. libpthread.
  81. * td_thr_event_enable.c: Likewise.
  82. * td_thr_getfpregs.c: Likewise.
  83. * td_thr_getgregs.c: Likewise.
  84. 2002-07-14 Ulrich Drepper <drepper@redhat.com>
  85. * td_ta_map_id2thr.c: Begin fixing implementation for libpthread with
  86. TLS support.
  87. * td_ta_map_lwp2thr.c: Likewise.
  88. * td_ta_thr_iter.c: Likewise.
  89. * td_thr_get_info.c: Likewise.
  90. 2002-07-10 Ulrich Drepper <drepper@redhat.com>
  91. * Versions [libthread_db] (GLIBC_2.3): Add td_thr_tls_get_addr.
  92. 2002-06-14 H.J. Lu <hjl@gnu.org>
  93. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Don't include
  94. "tls.h". Return TD_ERR if USE_TLS is not defined.
  95. 2002-06-12 Ulrich Drepper <drepper@redhat.com>
  96. * td_thr_tls_get_addr.c: New file.
  97. * thread_db.h: Add prototype for td_thr_tls_get_addr.
  98. * Makefile (libthread_db-routines): Add td_thr_tls_get_addr.
  99. 2002-03-03 Andreas Jaeger <aj@suse.de>
  100. * thread_dbP.h: Include <unistd.h> for prototypes of __libc_write.
  101. 2002-02-04 Ulrich Drepper <drepper@redhat.com>
  102. * thread_dbP.h: Include descr.h instead of internals.h.
  103. * td_ta_event_getmsg.c: Also include <linuxthreads/internals.h>.
  104. * td_ta_map_id2thr.c: Likewise.
  105. * td_ta_map_lwp2thr.c: Likewise.
  106. * td_ta_thr_iter.c: Likewise.
  107. * td_ta_tsd_iter.c: Likewise.
  108. * td_thr_tsd.c: Likewise.
  109. * td_thr_validate.c: Likewise.
  110. 2001-12-28 Andreas Jaeger <aj@suse.de>
  111. * td_init.c (td_init): Don't use __FUNCTION__ as literal.
  112. * td_log.c (td_log): Likewise.
  113. * td_ta_delete.c (td_ta_delete): Likewise.
  114. * td_ta_get_nthreads.c (td_ta_get_nthreads): Likewise.
  115. * td_ta_get_ph.c (td_ta_get_ph): Likewise.
  116. * td_ta_map_id2thr.c (td_ta_map_id2thr): Likewise.
  117. * td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Likewise.
  118. * td_ta_new.c (td_ta_new): Likewise.
  119. * td_ta_clear_event.c (td_ta_clear_event): Likewise.
  120. * td_ta_enable_stats.c (td_ta_enable_stats): Likewise.
  121. * td_ta_event_addr.c (td_ta_event_addr): Likewise.
  122. * td_ta_event_getmsg.c (td_ta_event_getmsg): Likewise.
  123. * td_ta_get_stats.c (td_ta_get_stats): Likewise.
  124. * td_ta_reset_stats.c (td_ta_reset_stats): Likewise.
  125. * td_ta_set_event.c (td_ta_set_event): Likewise.
  126. * td_ta_setconcurrency.c (td_ta_setconcurrency): Likewise.
  127. * td_ta_thr_iter.c (td_ta_thr_iter): Likewise.
  128. * td_ta_tsd_iter.c (td_ta_tsd_iter): Likewise.
  129. * td_thr_clear_event.c (td_thr_clear_event): Likewise.
  130. * td_thr_dbresume.c (td_thr_dbresume): Likewise.
  131. * td_thr_dbsuspend.c (td_thr_dbsuspend): Likewise.
  132. * td_thr_event_enable.c (td_thr_event_enable): Likewise.
  133. * td_thr_event_getmsg.c (td_thr_event_getmsg): Likewise.
  134. * td_thr_get_info.c (td_thr_get_info): Likewise.
  135. * td_thr_getfpregs.c (td_thr_getfpregs): Likewise.
  136. * td_thr_getgregs.c (td_thr_getgregs): Likewise.
  137. * td_thr_getxregs.c (td_thr_getxregs): Likewise.
  138. * td_thr_getxregsize.c (td_thr_getxregsize): Likewise.
  139. * td_thr_set_event.c (td_thr_set_event): Likewise.
  140. * td_thr_setfpregs.c (td_thr_setfpregs): Likewise.
  141. * td_thr_setgregs.c (td_thr_setgregs): Likewise.
  142. * td_thr_setprio.c (td_thr_setprio): Likewise.
  143. * td_thr_setsigpending.c (td_thr_setsigpending): Likewise.
  144. * td_thr_setxregs.c (td_thr_setxregs): Likewise.
  145. * td_thr_sigsetmask.c (td_thr_sigsetmask): Likewise.
  146. * td_thr_tsd.c (td_thr_tsd): Likewise.
  147. * td_thr_validate.c (td_thr_validate): Likewise.
  148. 2001-04-12 Ulrich Drepper <drepper@redhat.com>
  149. * td_ta_map_id2thr.c: If thread terminated return TD_NOTHR.
  150. * td_thr_validate.c: Likewise.
  151. 2001-04-04 Ulrich Drepper <drepper@redhat.com>
  152. * td_thr_getfpregs.c: If p_pid is zero use ps_getpid().
  153. * td_thr_getgregs.c: Likewise.
  154. * td_thr_setfpregs.c: Likewise.
  155. * td_thr_setgregs.c: Likewise.
  156. 2001-03-20 Ulrich Drepper <drepper@redhat.com>
  157. * Makefile (libthread_db-routines): Add td_symbol_list.
  158. * Versions [libthread_db] (GLIBC_2.2.3): Add td_symbol_list.
  159. * td_symbol_list.c: New file.
  160. * thread_db.h: Add prototype for td_symbol_list.
  161. * thread_dbP.h: Define symbol name indices.
  162. Add prototype for td_lookup.
  163. * td_ta_event_addr.c: Use td_lookup instead of directly using
  164. ps_pglobal_lookup to find symbol address.
  165. * td_ta_get_nthreads.c: Likewise.
  166. * td_ta_new.c: Likewise.
  167. 2001-03-18 Ulrich Drepper <drepper@redhat.com>
  168. * Makefile: When generating DSO link with libc_nonshared.a.
  169. 2000-08-01 Andreas Jaeger <aj@suse.de>
  170. * Makefile (distribute): Add missing files.
  171. 2000-04-24 Mark Kettenis <kettenis@gnu.org>
  172. * td_thr_get_info.c (td_thr_get_info): Set ti_state to
  173. TD_THR_ACTIVE instead of TD_THR_RUN. If the thread is no longer
  174. running but is still joinable, set it to TD_THR_ZOMBIE. Otherwise
  175. set it to TD_THR_UNKNOWN.
  176. 2000-02-25 Andreas Jaeger <aj@suse.de>
  177. * td_ta_thr_iter.c: Include <alloca.h> for prototype declaration.
  178. * td_ta_tsd_iter.c: Likewise.
  179. 2000-01-20 Andreas Jaeger <aj@suse.de>
  180. * td_thr_getgregs.c (td_thr_getgregs): Fix typo.
  181. 2000-01-19 Ulrich Drepper <drepper@cygnus.com>
  182. * td_thr_getgregs.c: Correct size parameter of memset call.
  183. 1999-12-02 Ulrich Drepper <drepper@cygnus.com>
  184. * proc_service.h: Fix typos in last added declaractions.
  185. 1999-12-01 Ulrich Drepper <drepper@cygnus.com>
  186. * proc_service.h: Add ps_pstop, ps_pcontinue, ps_lstop, and
  187. ps_lcontinue prototypes.
  188. 1999-11-23 Ulrich Drepper <drepper@cygnus.com>
  189. * Makefile: Correct dependency for shared object.
  190. 1999-11-22 Ulrich Drepper <drepper@cygnus.com>
  191. * td_ta_map_lwp2thr.c: Add missing brace in comparison.
  192. * thread_dbP.h (LOG): Only print message if __td_debug is nonzero.
  193. * td_init.c: Add __td_debug.
  194. 1999-11-12 Ulrich Drepper <drepper@cygnus.com>
  195. * td_ta_thr_iter.c: Start copying list of descriptors from right
  196. position in target process.
  197. * td_ta_thr_iter.c: Fix loop starting point over all but main and
  198. manager thread.
  199. * td_ta_thr_iter.c: Read descriptors for main and manager thread
  200. special since after this we can assume that no new threads will be
  201. created anymore (at least in the gdb implementation).
  202. * Makefile: Define version correctly.
  203. 1999-11-10 Ulrich Drepper <drepper@cygnus.com>
  204. * td_ta_map_lwp2thr.c: If p_pid field is zero, this is before the
  205. thread library is initialized and we get the PID from the
  206. debugger.
  207. 1999-11-08 Ulrich Drepper <drepper@cygnus.com>
  208. * td_thr_get_info.c: Make sure ti_lid is never zero.
  209. * proc_service.h: Add ps_getpid prototype.
  210. 1999-11-03 Ulrich Drepper <drepper@cygnus.com>
  211. * thread_dbP.h (ta_ok): New function.
  212. * td_ta_new.c: Add new handle to list.
  213. * td_ta_delete.c: Remove handle from list.
  214. * td_ta_clear_event.c: Use ta_ok to check for correct ta parameter.
  215. * td_ta_enable_stats.c: Likewise.
  216. * td_ta_event_addr.c: Likewise.
  217. * td_ta_event_getmsg.c: Likewise.
  218. * td_ta_get_nthreads.c: Likewise.
  219. * td_ta_get_ph.c: Likewise.
  220. * td_ta_get_stats.c: Likewise.
  221. * td_ta_map_id2thr.c: Likewise.
  222. * td_ta_map_lwp2thr.c: Likewise.
  223. * td_ta_reset_stats.c: Likewise.
  224. * td_ta_set_event.c: Likewise.
  225. * td_ta_setconcurrency.c: Likewise.
  226. * td_ta_thr_iter.c: Likewise.
  227. * td_ta_tsd_iter.c: Optimize memory retrieving.
  228. * Versions: New file.
  229. * td_thr_get_info.c (td_thr_get_info): Initialize ti_traceme.
  230. 1999-11-02 Ulrich Drepper <drepper@cygnus.com>
  231. * td_ta_thr_iter.c (td_ta_thr_iter): Optimize a bit. Read all
  232. handles at once.
  233. * thread_dbP.h (struct th_thragent): Add pthread_handle_num.
  234. * td_ta_new.c: Initialize pthread_handle_num.
  235. * td_ta_event_getmsg.c: If last event was already reported search
  236. for another unreported event.
  237. * td_thr_get_info.c (td_thr_get_info): Initialize ti_events.
  238. * Makefile (libthread_db-routines): Add td_ta_set_event,
  239. td_ta_event_getmsg, and td_ta_clear_event.
  240. * td_ta_clear_event.c: New file.
  241. * td_ta_event_getmsg.c: New file.
  242. * td_ta_new.c: Get address of __pthread_last_event in target.
  243. * td_ta_set_event.c: Don't overwrite old mask, set additional bits.
  244. * td_thr_set_event.c: Likewise.
  245. * td_thr_clear_event.c: Implement.
  246. * thread_db.h: Declare td_ta_clear_event and td_ta_event_getmsg.
  247. * thread_dbP.h (struct td_thragent): Add pthread_last_event.
  248. * td_ta_new.c: Don't test for __pthread_threads_debug. Get address
  249. of __pthread_threads_events and fail if this is not possible.
  250. * td_ta_event_addr.c: Implement.
  251. * td_thr_event_enable.c: Implement.
  252. * td_thr_event_getmsg.c: Implement.
  253. * td_thr_set_event.c: Implement.
  254. * td_ta_set_event.c: New file.
  255. * thread_db.h (td_eventbuf_t): Define.
  256. Declare td_ta_set_event.
  257. * thread_dbP.h (struct td_thragent): Add pthread_threads_eventsp.
  258. * td_thr_getfpregs.c: For terminated threads return empty structure.
  259. * td_thr_getgregs.c: Likewise.
  260. * td_thr_setfpregs.c: Likewise.
  261. * td_thr_setgregs.c: Likewise.
  262. 1999-11-01 Ulrich Drepper <drepper@cygnus.com>
  263. * thread_db.h: Shuffle types around to make things work for gdb.
  264. * thread_dbP.h: Include proc_service.h before thread_db.h.
  265. * thread_db.h: It's TD_NOLIBTHREAD, not TD_LIBTHREAD.
  266. * td_ta_new.c: Likewise.
  267. 1999-10-14 Ulrich Drepper <drepper@cygnus.com>
  268. * td_ta_new.c: p_startfct does not exist anymore.
  269. * td_thr_get_info.c: Always initialize start function.
  270. * td_ta_thr_iter.c: Don't return threads which exited (but are not
  271. joined).
  272. * td_thr_validate.c: Don't skip manager thread.
  273. 1999-10-13 Ulrich Drepper <drepper@cygnus.com>
  274. * td_ta_thr_iter.c: Use size of descriptor from *TA.
  275. Don't return manager thread before it's actually running.
  276. Actually use state parameter to distingusih at least a few states.
  277. * td_thr_get_info.c: Handle manager thread special. Fill in ti_lid,
  278. ti_state, and ti_startfunc fields.
  279. 1999-10-12 Andreas Jaeger <aj@suse.de>
  280. * thread_dbP.h: Include <string.h> for strlen declaration. Remove
  281. __libc_write prototype since this is already declared in
  282. linuxthreads/internals.h.
  283. 1999-10-11 Ulrich Drepper <drepper@cygnus.com>
  284. * thread_db.h: Fix comment for ti_type.
  285. * td_thr_get_info.c: Initialize ti_type field.
  286. * td_ta_thr_iter.c: Also report the manager thread.
  287. 1999-10-08 Andreas Jaeger <aj@suse.de>
  288. * thread_db.h: Fix typos in comments.
  289. * td_ta_get_nthreads.c (td_ta_get_nthreads): Don't hardcode
  290. libpthread library name, get it from <gnu/lib-names.h> instead.
  291. * td_ta_new.c (td_ta_new): Likewise.
  292. 1999-10-08 Ulrich Drepper <drepper@cygnus.com>
  293. * shlib-versions: New file.
  294. 1999-10-07 Ulrich Drepper <drepper@cygnus.com>
  295. * Makefile: New file.
  296. * proc_service.h: New file.
  297. * td_init.c: New file.
  298. * td_log.c: New file.
  299. * td_ta_delete.c: New file.
  300. * td_ta_enable_stats.c: New file.
  301. * td_ta_event_addr.c: New file.
  302. * td_ta_get_nthreads.c: New file.
  303. * td_ta_get_ph.c: New file.
  304. * td_ta_get_stats.c: New file.
  305. * td_ta_map_id2thr.c: New file.
  306. * td_ta_map_lwp2thr.c: New file.
  307. * td_ta_new.c: New file.
  308. * td_ta_reset_stats.c: New file.
  309. * td_ta_setconcurrency.c: New file.
  310. * td_ta_thr_iter.c: New file.
  311. * td_ta_tsd_iter.c: New file.
  312. * td_thr_clear_event.c: New file.
  313. * td_thr_dbresume.c: New file.
  314. * td_thr_dbsuspend.c: New file.
  315. * td_thr_event_enable.c: New file.
  316. * td_thr_event_getmsg.c: New file.
  317. * td_thr_get_info.c: New file.
  318. * td_thr_getfpregs.c: New file.
  319. * td_thr_getgregs.c: New file.
  320. * td_thr_getxregs.c: New file.
  321. * td_thr_getxregsize.c: New file.
  322. * td_thr_set_event.c: New file.
  323. * td_thr_setfpregs.c: New file.
  324. * td_thr_setgregs.c: New file.
  325. * td_thr_setprio.c: New file.
  326. * td_thr_setsigpending.c: New file.
  327. * td_thr_setxregs.c: New file.
  328. * td_thr_sigsetmask.c: New file.
  329. * td_thr_tsd.c: New file.
  330. * td_thr_validate.c: New file.
  331. * thread_db.h: New file.
  332. * thread_dbP.h: New file.