summaryrefslogtreecommitdiff
path: root/Applications/Debugger
AgeCommit message (Expand)Author
2021-01-09Debugger: Support shared librariesItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Debugger: Add 'examine' commandItamar
2020-12-14Debugger: Fix CLI parsing of breakpoint addressesItamar
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-10-05Debugger: Use format instead of printf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-12Applications: Mark compilation-unit-only functions as staticBen Wiederhake
2020-07-12Debugger: Add some pledges required by LibLineAndreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
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