summaryrefslogtreecommitdiff
path: root/Applications/Debugger
AgeCommit message (Expand)Author
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-24Debugger: Use Core::ArgsParserItamar
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-04-30Debugger: Add missing newline in "help" outputAndreas Kling
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