OSDN Git Service

libpthread/nptl_db: debugging support for nptl
authorAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 19:32:38 +0000 (12:32 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 19:32:38 +0000 (12:32 -0700)
commita319d590551ff74bbc4de51243e2d5f20ac4c7fd
tree42d47f646024d14c02cff053d6907de25fa77d70
parentc68d0fa2d88fc2134a38d99e7e944828384a7671
libpthread/nptl_db: debugging support for nptl

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
49 files changed:
libpthread/nptl_db/ChangeLog [new file with mode: 0644]
libpthread/nptl_db/Makefile [new file with mode: 0644]
libpthread/nptl_db/Makefile.in [new file with mode: 0644]
libpthread/nptl_db/db_info.c [new file with mode: 0644]
libpthread/nptl_db/fetch-value.c [new file with mode: 0644]
libpthread/nptl_db/proc_service.h [new file with mode: 0644]
libpthread/nptl_db/structs.def [new file with mode: 0644]
libpthread/nptl_db/td_init.c [new file with mode: 0644]
libpthread/nptl_db/td_log.c [new file with mode: 0644]
libpthread/nptl_db/td_symbol_list.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_clear_event.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_delete.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_enable_stats.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_event_addr.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_event_getmsg.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_get_nthreads.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_get_ph.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_get_stats.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_map_id2thr.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_map_lwp2thr.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_new.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_reset_stats.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_set_event.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_setconcurrency.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_thr_iter.c [new file with mode: 0644]
libpthread/nptl_db/td_ta_tsd_iter.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_clear_event.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_dbresume.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_dbsuspend.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_event_enable.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_event_getmsg.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_get_info.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_getfpregs.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_getgregs.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_getxregs.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_getxregsize.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_set_event.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_setfpregs.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_setgregs.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_setprio.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_setsigpending.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_setxregs.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_sigsetmask.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_tls_get_addr.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_tlsbase.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_tsd.c [new file with mode: 0644]
libpthread/nptl_db/td_thr_validate.c [new file with mode: 0644]
libpthread/nptl_db/thread_db.h [new file with mode: 0644]
libpthread/nptl_db/thread_dbP.h [new file with mode: 0644]