summaryrefslogtreecommitdiffstats
path: root/misplays.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-08Only update ncurses display on activity or keypressHEADmasterMalfurious1-8/+21
2024-05-08Add 64-bit ARM architecture constantsMalfurious1-0/+12
2024-05-08Parameterize architecture-specific detailsMalfurious1-20/+53
2024-05-08Remove call to close_range() during process forkMalfurious1-1/+1
2024-05-08Show each active breakpoint one per lineMalfurious1-2/+1
2024-04-27Show breakpoint limiters in the test UIMalfurious1-2/+3
2024-04-24Implement support for PTRACE_EVENT_FORK and uiMalfurious1-56/+59
2024-04-24Enable user creation of thread-specific breakpointsMalfurious1-0/+5
2024-04-24Add orig_rax to register displayMalfurious1-0/+1
2024-04-24Tweak SCHEDULER_DELAY for use with installing breakpointsMalfurious1-1/+1
2024-04-24Independent thread control refactorMalfurious1-4/+1
2024-04-24Multithread version 3Malfurious1-13/+14
2024-04-24Workaround SIGSTOP on child process startupMalfurious1-1/+6
2024-04-24setpgid is redundant with setsid and causes an errorMalfurious1-1/+0
2024-04-24Display name of pending signalMalfurious1-1/+2
2024-04-24dbg_realcont for testing purposesMalfurious1-0/+3
2024-04-24Display installed status of breakpointsMalfurious1-1/+1
2024-04-24Multithread version 2Malfurious1-204/+168
2024-04-24Multithread version 1Malfurious1-90/+171
2023-07-08Initial debugger core and test UIMalfurious1-47/+273
2023-07-06Rename curshelpers unit to 'helpers'Malfurious1-1/+1
2023-07-02Add main source fileMalfurious1-0/+105