Age | Commit message (Expand) | Author |
---|---|---|
2020-10-03 | Everywhere: Fix more typos | Linus Groh |
2020-10-02 | Everywhere: Fix typos | Nico Weber |
2020-09-26 | LibDebug: Add ability to detach from debuggee | Itamar |
2020-08-25 | LibDebug: Move everything into the "Debug" namespace | Luke |
2020-08-22 | HackStudio: Implement "Step Over" debugging action | Itamar |
2020-08-15 | LibDebug: Assert that we can read the executable of the debugee | Itamar |
2020-05-24 | LibDebug: Make sure to not single step the program twice | Itamar |
2020-05-20 | Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem" | Andreas Kling |
2020-05-20 | Build: Include headers from LibC, LibM, and LibPthread with -isystem | Andrew Kaster |
2020-04-25 | LibDebug: Add remove_breakpoint | Itamar |
2020-04-20 | Debugger: Add source-level operations | Itamar |
2020-04-16 | LibDebug: Add ContinueBreakAtSyscall decision | Itamar |
2020-04-16 | Userland: Add "functrace" utility | Itamar |