index
:
misplays
master
misplays debugger
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debugger.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
Only update ncurses display on activity or keypress
HEAD
master
Malfurious
1
-1
/
+3
2024-05-08
Parameterize architecture-specific details
Malfurious
1
-10
/
+31
2024-04-27
Fix removal of temporary breakpoints when rapidly restarting thread
Malfurious
1
-9
/
+10
2024-04-24
Don't spin waiting to interrupt zombie process
Malfurious
1
-1
/
+1
2024-04-24
Allow termination and exec events to propagate immediately
Malfurious
1
-3
/
+1
2024-04-24
Implement support for PTRACE_EVENT_FORK and ui
Malfurious
1
-0
/
+18
2024-04-24
Handle PTRACE_EVENT_EXIT to capture a final state snapshot
Malfurious
1
-2
/
+12
2024-04-24
Detect out-of-band thread exec state changes to prevent deadlock
Malfurious
1
-12
/
+41
2024-04-24
Tweak SCHEDULER_DELAY for use with installing breakpoints
Malfurious
1
-1
/
+6
2024-04-24
Ignore breakpoints during singlestep
Malfurious
1
-20
/
+13
2024-04-24
Fix bug with cleaning temporary breakpoints
Malfurious
1
-9
/
+10
2024-04-24
Independent thread control refactor
Malfurious
1
-213
/
+199
2024-04-24
Multithread version 3
Malfurious
1
-292
/
+300
2024-04-24
Prevent lingering traps after detach
Malfurious
1
-0
/
+3
2024-04-24
Handle PTRACE_EVENT_EXEC
Malfurious
1
-0
/
+29
2024-04-24
Workaround SIGSTOP on child process startup
Malfurious
1
-1
/
+2
2024-04-24
dbg_realcont for testing purposes
Malfurious
1
-0
/
+19
2024-04-24
(Un)install breakpoints via specific thread
Malfurious
1
-15
/
+15
2024-04-24
Don't drop temporary breakpoints when execution is to be restarted
Malfurious
1
-9
/
+16
2024-04-24
Fix capture_state edge cases
Malfurious
1
-5
/
+21
2024-04-24
Multithread version 2
Malfurious
1
-277
/
+191
2024-04-24
Multithread version 1
Malfurious
1
-179
/
+565
2023-07-08
Initial debugger core and test UI
Malfurious
1
-0
/
+282