| | Authored by jhb on Dec 24 2015, 8:21 PM. | Unknown Object (File) | Thu, Nov 28, 3:46 AM2024-11-28 03:46:37 (UTC+0) |
| Unknown Object (File) | Sun, Nov 17, 2:29 AM2024-11-17 02:29:12 (UTC+0) |
| Unknown Object (File) | Mon, Nov 11, 3:09 PM2024-11-11 15:09:40 (UTC+0) |
| Unknown Object (File) | Mon, Nov 4, 2:34 PM2024-11-04 14:34:57 (UTC+0) |
| Unknown Object (File) | Oct 7 2024, 3:18 AM2024-10-07 03:18:02 (UTC+0) |
| Unknown Object (File) | Oct 4 2024, 3:42 AM2024-10-04 03:42:25 (UTC+0) |
| Unknown Object (File) | Sep 27 2024, 2:59 PM2024-09-27 14:59:54 (UTC+0) |
| Unknown Object (File) | Sep 17 2024, 10:30 PM2024-09-17 22:30:13 (UTC+0) |
Event Timelinejhb retitled this revision from to Add ptrace(2) reporting for LWP events.. This revision is now accepted and ready to land. This revision now requires review to proceed. kib accepted this revision. kib edited edge metadata. This revision is now accepted and ready to land. jhb added inline comments. kib added inline comments. Path | Size |
---|
| | | | | 7 lines | | 8 lines | | 63 lines | | 11 lines | | 15 lines | | | | 4 lines | | 3 lines | | | | 193 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
8efc46cd12e5 | 93cd01e6fedc | 3fe9afbd1e93 | John Baldwin | PL_FLAG_SCE is not set for the thread terminated by single threading. (Show More…) | Dec 28 2015, 7:54 PM | 3fe9afbd1e93 | ec5e0f0f3664 | 697a4690842e | John Baldwin | Add a test for LWP events when a child thread calls execve(). (Show More…) | Dec 28 2015, 6:01 PM | 697a4690842e | 0942b1bcf785 | ca6d222c53c0 | John Baldwin | No need to sleep in kern_thr_exit() on p_pendingexits. (Show More…) | Dec 27 2015, 11:53 PM | ca6d222c53c0 | 122028731228 | 6b1db7188774 | John Baldwin | | Dec 27 2015, 11:50 PM | 6b1db7188774 | 2db1ceeb8747 | a3dba4d8b5c9 | John Baldwin | Add a comment about p_exitingthreads. | Dec 27 2015, 11:49 PM | a3dba4d8b5c9 | a12deeb2d47e | 9cb324521696 | John Baldwin | Report TDB_EXIT stops even when the process is exiting. | Dec 27 2015, 11:48 PM | 9cb324521696 | c6bbaebf9404 | adcad7fa217b | John Baldwin | Rework the TDB_EXIT reporting to avoid sleeping with the tidhash lock held. (Show More…) | Dec 21 2015, 7:55 PM | adcad7fa217b | d4582d547769 | 74ed4014b1cc | John Baldwin | Call kern_thr_exit() instead of duplicating it. (Show More…) | Dec 21 2015, 7:54 PM | 74ed4014b1cc | dae3866ecd3a | dc3fbe857e50 | John Baldwin | Add a simple test case. | Oct 7 2015, 3:26 PM | dc3fbe857e50 | edaaaab38243 | 31e68f0eea41 | John Baldwin | Add a KTR trace for PT_LWP_EVENTS. | Oct 7 2015, 3:08 PM | 31e68f0eea41 | a6e890e18cdd | c852d03bc9b3 | John Baldwin | A question for kib@. | Oct 7 2015, 3:07 PM | c852d03bc9b3 | 6651c50b0d7f | 9a8b023dde62 | John Baldwin | Ensure TDB_BORN doesn't leak if tracing is disabled during thread birth. | Oct 7 2015, 3:06 PM | 9a8b023dde62 | a6544dadebdf | 677cd7805ca8 | John Baldwin | Diff reduce. | Oct 7 2015, 3:04 PM | 677cd7805ca8 | 020089509d0f | ef71bc2e12c7 | John Baldwin | Handle TDB_BORN in fork_return(), not syscallret(). | Oct 7 2015, 3:02 PM | ef71bc2e12c7 | 894adaf9c2db | 3713a6d4d185 | John Baldwin | | Apr 28 2015, 2:58 AM |
|