Up to [cvs.NetBSD.org] / src / lib / libpthread_dbg
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6.34.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:00 2013 UTC (2 months, 3 weeks ago) by tls
Branch: tls-maxphys
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
resync with head
Revision 1.6.28.1 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:26 2013 UTC (4 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
sync with head
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 20 18:18:07 2013 UTC (4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
tsd_alloc is no more, use tsd_list, and disable the destructor walking code since it needs work. Fixes gdb.
Revision 1.5.18.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:11:49 2007 UTC (5 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.5: +0 -1
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
sync with HEAD
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 16 15:06:11 2007 UTC (5 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
tls-maxphys
Changes since 1.5: +0 -1
lines
Diff to previous 1.5 (colored)
Remove stuff that is no longer useful.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Sat Aug 27 05:12:43 2005 UTC (7 years, 8 months ago) by snj
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Changes since 1.3.4.1: +4 -1
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Pull up following revision(s) (requested by riz in ticket #5615): lib/libpthread_dbg/pthread_dbg_int.h: revision 1.5 lib/libpthread_dbg/pthread_dbg.c: revision 1.23 Avoid depending on declarations of struct reg and struct fpreg by using the proc_regsize() callback to allocate reg and fpreg buffers as part of the proc state (lazily initialized by the PT_STATE_RUNNING case of td_thr_suspend()). Fixes build on sh3 (and probably sh5) platforms.
Revision 1.3.4.1 / (download) - annotate - [select for diffs], Wed May 18 18:40:22 2005 UTC (8 years ago) by riz
Branch: netbsd-2
Changes since 1.3: +3 -0
lines
Diff to previous 1.3 (colored)
Pull up revision 1.4 (requested by matt in ticket #1526): Add td_thr_suspend() and td_thr_resume(), to suspend and resume threads from the context of a debugger.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 10 01:38:29 2004 UTC (8 years, 11 months ago) by nathanw
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
nick-csl-alignment-base5,
nick-csl-alignment-base4,
nick-csl-alignment-base3,
nick-csl-alignment-base2,
nick-csl-alignment-base,
nick-csl-alignment,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: matt-armv6
Changes since 1.4: +4 -1
lines
Diff to previous 1.4 (colored)
Avoid depending on declarations of struct reg and struct fpreg by using the proc_regsize() callback to allocate reg and fpreg buffers as part of the proc state (lazily initialized by the PT_STATE_RUNNING case of td_thr_suspend()). Fixes build on sh3 (and probably sh5) platforms.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 2 21:13:43 2004 UTC (8 years, 11 months ago) by nathanw
Branch: MAIN
Changes since 1.3: +3 -0
lines
Diff to previous 1.3 (colored)
Add td_thr_suspend() and td_thr_resume(), to suspend and resume threads from the context of a debugger.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 2 20:08:27 2004 UTC (9 years, 3 months ago) by nathanw
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-2
Changes since 1.2: +11 -1
lines
Diff to previous 1.2 (colored)
Do all the symbol lookups at td_open() time and cache them in the td_proc_st. Make the stacksize lookups and data part of td_proc_st rather than global state.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 18 10:34:23 2003 UTC (10 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.1: +33 -0
lines
Diff to previous 1.1 (colored)
Merge the nathanw_sa branch.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue Oct 1 20:41:15 2002 UTC (10 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.2.1: +1 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Add a slot to track the LWP, if any, of a thread.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Wed Jul 31 23:05:20 2002 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1: +32 -0
lines
Diff to previous 1.1 (colored)
pthread debugging interface library.
Revision 1.1, Wed Jul 31 23:05:20 2002 UTC (10 years, 9 months ago) by nathanw
Branch: MAIN
CVS Tags: nathanw_sa_before_merge
Branch point for: nathanw_sa
FILE REMOVED
file pthread_dbg_int.h was initially added on branch nathanw_sa.