Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
787e88a3 |
| 13-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
o Code cleanup, eliminate private thread id map, directly use lwpid as thread id. o Export tls pointer.
|
#
b9da3fd7 |
| 13-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Fill traceme and events fields.
|
#
a80845ea |
| 12-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Sync with debugger code in libthr.
|
#
2ec2da86 |
| 05-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Export thread address.
|
#
e65421ba |
| 02-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Update debugger code for new libthr.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
d4ee7126 |
| 13-Aug-2004 |
David Xu <davidxu@FreeBSD.org> |
1. Add missing functions: libthr_dbresume,libthr_dbsuspend. 2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs, libthr_db_ta_map_id2thr. 3. simplify libthr_db_thr_getfpregs, li
1. Add missing functions: libthr_dbresume,libthr_dbsuspend. 2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs, libthr_db_ta_map_id2thr. 3. simplify libthr_db_thr_getfpregs, libthr_db_thr_getgregs.
show more ...
|
#
3c1e38ea |
| 18-Jul-2004 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread.
Restructure the source files to avoid un
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread.
Restructure the source files to avoid unnecessary use of subdirectories that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library).
The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library).
The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean.
Tested on: amd64, i386, ia64
show more ...
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
18860a1c |
| 09-Jun-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Revert r181651, which changed the ABI, and use a temp variable instead.
Suggested by: attilio
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
03fad2ad |
| 14-Sep-2008 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, where critical. Some places still use ps_pread/ps_pwrite directly, but only need changed when byte-order comes into the picture. Also,
Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, where critical. Some places still use ps_pread/ps_pwrite directly, but only need changed when byte-order comes into the picture. Also, change th_p in td_event_msg_t from a pointer type to psaddr_t, so that events also work when psaddr_t is widened.
show more ...
|
#
f60a5b31 |
| 06-Aug-2008 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Cleanup for WARNS 6.
|
#
16b0c20c |
| 30-Jul-2008 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Change the type of psaddr_t from void* to uintptr_t. A pointer type cannot be made wider to allow ILP32 platforms to target LP64 platforms.
|
#
20b94d80 |
| 22-Mar-2008 |
David Xu <davidxu@FreeBSD.org> |
Use linker set to collection all target operations.
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0 |
|
#
ef39743b |
| 17-May-2006 |
David Xu <davidxu@FreeBSD.org> |
Fix return value.
|
Revision tags: release/6.1.0_cvs, release/6.1.0 |
|
#
4f7b0f0e |
| 07-Feb-2006 |
David Xu <davidxu@FreeBSD.org> |
Use ps_linfo to retrieve LWP info, current it is used to retrieve signal mask and pending signals.
|
#
83154c48 |
| 06-Feb-2006 |
David Xu <davidxu@FreeBSD.org> |
Always clear thread info buffer to zero.
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
8d7681bb |
| 31-May-2005 |
Doug Rabson <dfr@FreeBSD.org> |
Add support for XMM registers in GDB for x86 processors that support SSE (or its successors).
Reviewed by: marcel, davidxu MFC After: 2 weeks
|
#
d36dd0b7 |
| 20-May-2005 |
Philippe Charnier <charnier@FreeBSD.org> |
Remove unused variables.
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
787e88a3 |
| 13-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
o Code cleanup, eliminate private thread id map, directly use lwpid as thread id. o Export tls pointer.
|
#
b9da3fd7 |
| 13-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Fill traceme and events fields.
|
#
a80845ea |
| 12-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Sync with debugger code in libthr.
|
#
2ec2da86 |
| 05-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Export thread address.
|
#
e65421ba |
| 02-Apr-2005 |
David Xu <davidxu@FreeBSD.org> |
Update debugger code for new libthr.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
d4ee7126 |
| 13-Aug-2004 |
David Xu <davidxu@FreeBSD.org> |
1. Add missing functions: libthr_dbresume,libthr_dbsuspend. 2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs, libthr_db_ta_map_id2thr. 3. simplify libthr_db_thr_getfpregs, li
1. Add missing functions: libthr_dbresume,libthr_dbsuspend. 2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs, libthr_db_ta_map_id2thr. 3. simplify libthr_db_thr_getfpregs, libthr_db_thr_getgregs.
show more ...
|
#
3c1e38ea |
| 18-Jul-2004 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread.
Restructure the source files to avoid un
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread.
Restructure the source files to avoid unnecessary use of subdirectories that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library).
The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library).
The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean.
Tested on: amd64, i386, ia64
show more ...
|