summaryrefslogtreecommitdiff
path: root/Libraries/LibDebug
AgeCommit message (Expand)Author
2020-06-03LibDebug: Add all Dwarf v5 attributes, tags, and form enum valuesFalseHonesty
2020-06-03LibDebug: Add support for enum value typesFalseHonesty
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-24LibDebug: Make sure to not single step the program twiceItamar
2020-05-24LibDebug: Tolerate missing debug informationItamar
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
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