summaryrefslogtreecommitdiffstats
path: root/debugger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-08Only update ncurses display on activity or keypressHEADmasterMalfurious1-1/+3
2024-05-08Parameterize architecture-specific detailsMalfurious1-10/+31
2024-04-27Fix removal of temporary breakpoints when rapidly restarting threadMalfurious1-9/+10
2024-04-24Don't spin waiting to interrupt zombie processMalfurious1-1/+1
2024-04-24Allow termination and exec events to propagate immediatelyMalfurious1-3/+1
2024-04-24Implement support for PTRACE_EVENT_FORK and uiMalfurious1-0/+18
2024-04-24Handle PTRACE_EVENT_EXIT to capture a final state snapshotMalfurious1-2/+12
2024-04-24Detect out-of-band thread exec state changes to prevent deadlockMalfurious1-12/+41
2024-04-24Tweak SCHEDULER_DELAY for use with installing breakpointsMalfurious1-1/+6
2024-04-24Ignore breakpoints during singlestepMalfurious1-20/+13
2024-04-24Fix bug with cleaning temporary breakpointsMalfurious1-9/+10
2024-04-24Independent thread control refactorMalfurious1-213/+199
2024-04-24Multithread version 3Malfurious1-292/+300
2024-04-24Prevent lingering traps after detachMalfurious1-0/+3
2024-04-24Handle PTRACE_EVENT_EXECMalfurious1-0/+29
2024-04-24Workaround SIGSTOP on child process startupMalfurious1-1/+2
2024-04-24dbg_realcont for testing purposesMalfurious1-0/+19
2024-04-24(Un)install breakpoints via specific threadMalfurious1-15/+15
2024-04-24Don't drop temporary breakpoints when execution is to be restartedMalfurious1-9/+16
2024-04-24Fix capture_state edge casesMalfurious1-5/+21
2024-04-24Multithread version 2Malfurious1-277/+191
2024-04-24Multithread version 1Malfurious1-179/+565
2023-07-08Initial debugger core and test UIMalfurious1-0/+282