summaryrefslogtreecommitdiff
path: root/Libraries/LibDebug/DebugSession.h
AgeCommit message (Expand)Author
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02Everywhere: Fix typosNico Weber
2020-09-26LibDebug: Add ability to detach from debuggeeItamar
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-15LibDebug: Assert that we can read the executable of the debugeeItamar
2020-05-24LibDebug: Make sure to not single step the program twiceItamar
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-04-25LibDebug: Add remove_breakpointItamar
2020-04-20Debugger: Add source-level operationsItamar
2020-04-16LibDebug: Add ContinueBreakAtSyscall decisionItamar
2020-04-16Userland: Add "functrace" utilityItamar