Age | Commit message (Expand) | Author |
---|---|---|
2020-04-28 | LibLine: Handle initialize() internally | AnotherTest |
2020-04-20 | Debugger: Add source-level operations | Itamar |
2020-04-16 | Debugger: Use LibLine | Itamar |
2020-04-16 | Userland: Add "functrace" utility | Itamar |
2020-04-13 | Debugger: Repeat previous command when an empty command is entered | Itamar |
2020-04-13 | Debugger: Add single step command | Itamar |
2020-04-13 | Debugger: Breakpoints now persist after being tripped | Itamar |
2020-04-13 | Debugger: Print where we're stopped at | Itamar |
2020-04-13 | LibELF: Add find_demangled_function | Itamar |
2020-04-13 | Debugger: Add pledges | Itamar |
2020-04-13 | Debugger: Add DebugSession | Itamar |
2020-04-13 | ptrace: Add PT_SETREGS | Itamar |
2020-04-13 | ptrace: Stop a traced thread when it exists from execve | Itamar |
2020-04-13 | ptrace: Add PT_POKE | Itamar |
2020-04-13 | Debugger: Get entry point of debugged process | Itamar |
2020-04-13 | ptrace: Add PT_PEEK | Itamar |
2020-04-13 | CPU: Handle breakpoint trap | Itamar |