index
:
misplays
master
misplays debugger
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misplays.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
Only update ncurses display on activity or keypress
HEAD
master
Malfurious
1
-8
/
+21
2024-05-08
Add 64-bit ARM architecture constants
Malfurious
1
-0
/
+12
2024-05-08
Parameterize architecture-specific details
Malfurious
1
-20
/
+53
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-04-27
Show breakpoint limiters in the test UI
Malfurious
1
-2
/
+3
2024-04-24
Implement support for PTRACE_EVENT_FORK and ui
Malfurious
1
-56
/
+59
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
1
-1
/
+1
2024-04-24
Independent thread control refactor
Malfurious
1
-4
/
+1
2024-04-24
Multithread version 3
Malfurious
1
-13
/
+14
2024-04-24
Workaround SIGSTOP on child process startup
Malfurious
1
-1
/
+6
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
1
-0
/
+3
2024-04-24
Display installed status of breakpoints
Malfurious
1
-1
/
+1
2024-04-24
Multithread version 2
Malfurious
1
-204
/
+168
2024-04-24
Multithread version 1
Malfurious
1
-90
/
+171
2023-07-08
Initial debugger core and test UI
Malfurious
1
-47
/
+273
2023-07-06
Rename curshelpers unit to 'helpers'
Malfurious
1
-1
/
+1
2023-07-02
Add main source file
Malfurious
1
-0
/
+105