index
:
misplays
master
misplays debugger
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
Only update ncurses display on activity or keypress
HEAD
master
Malfurious
5
-14
/
+32
2024-05-08
Add 64-bit ARM architecture constants
Malfurious
2
-0
/
+47
2024-05-08
Parameterize architecture-specific details
Malfurious
6
-32
/
+178
2024-05-08
Remove call to close_range() during process fork
Malfurious
1
-1
/
+1
2024-05-08
Show each active breakpoint one per line
Malfurious
1
-2
/
+1
2024-05-08
Add additional list operations
Malfurious
2
-4
/
+28
2024-04-27
Fix removal of temporary breakpoints when rapidly restarting thread
Malfurious
2
-9
/
+11
2024-04-27
Show breakpoint limiters in the test UI
Malfurious
1
-2
/
+3
2024-04-24
Merge branch 'threads'
Malfurious
5
-373
/
+905
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
3
-56
/
+78
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
Enable user creation of thread-specific breakpoints
Malfurious
1
-0
/
+5
2024-04-24
Add orig_rax to register display
Malfurious
1
-0
/
+1
2024-04-24
Tweak SCHEDULER_DELAY for use with installing breakpoints
Malfurious
2
-2
/
+7
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
3
-220
/
+203
2024-04-24
Multithread version 3
Malfurious
3
-319
/
+330
2024-04-24
Add strict_strtoul
Malfurious
2
-0
/
+7
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
2
-2
/
+8
2024-04-24
setpgid is redundant with setsid and causes an error
Malfurious
1
-1
/
+0
2024-04-24
Display name of pending signal
Malfurious
1
-1
/
+2
2024-04-24
dbg_realcont for testing purposes
Malfurious
3
-0
/
+23
2024-04-24
Display installed status of breakpoints
Malfurious
1
-1
/
+1
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
4
-538
/
+379
2024-04-24
Multithread version 1
Malfurious
5
-283
/
+825
2023-07-08
Initial debugger core and test UI
Malfurious
4
-47
/
+612
2023-07-08
Implement trivial linked list
Malfurious
3
-0
/
+43
2023-07-07
Add panel clear helper
Malfurious
2
-0
/
+5
2023-07-07
Add malloc wrapper
Malfurious
2
-0
/
+11
2023-07-06
Rename curshelpers unit to 'helpers'
Malfurious
5
-5
/
+4
2023-07-05
Add CMake build system
Malfurious
2
-0
/
+39
2023-07-02
Add main source file
Malfurious
1
-0
/
+105
2023-07-02
Add basic pty console
Malfurious
2
-0
/
+117
2023-07-02
Add convenience ncurses functions
Malfurious
2
-0
/
+59
2023-06-30
UNLICENSE
Malfurious
1
-0
/
+24