summaryrefslogtreecommitdiff
path: root/Libraries/LibDebug
AgeCommit message (Expand)Author
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-09LibDebug: Add support for creating VariableInfo for paramtersItamar
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-08HackStudio: Support variable inspection in nested scopesItamar
2020-05-07LibDebug: Miscellaneous fixes from #2097Itamar
2020-05-05LibDebug: Parse DWARF information entriesItamar
2020-04-25LibDebug: Add remove_breakpointItamar
2020-04-20Debugger: Add source-level operationsItamar
2020-04-20LibDebug: Parse line number information from DWARF formatItamar
2020-04-16LibDebug: Add ContinueBreakAtSyscall decisionItamar
2020-04-16Userland: Add "functrace" utilityItamar