summaryrefslogtreecommitdiff
path: root/Applications/Debugger
AgeCommit message (Expand)Author
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-20Debugger: Add source-level operationsItamar
2020-04-16Debugger: Use LibLineItamar
2020-04-16Userland: Add "functrace" utilityItamar
2020-04-13Debugger: Repeat previous command when an empty command is enteredItamar
2020-04-13Debugger: Add single step commandItamar
2020-04-13Debugger: Breakpoints now persist after being trippedItamar
2020-04-13Debugger: Print where we're stopped atItamar
2020-04-13LibELF: Add find_demangled_functionItamar
2020-04-13Debugger: Add pledgesItamar
2020-04-13Debugger: Add DebugSessionItamar
2020-04-13ptrace: Add PT_SETREGSItamar
2020-04-13ptrace: Stop a traced thread when it exists from execveItamar
2020-04-13ptrace: Add PT_POKEItamar
2020-04-13Debugger: Get entry point of debugged processItamar
2020-04-13ptrace: Add PT_PEEKItamar
2020-04-13CPU: Handle breakpoint trapItamar