summaryrefslogtreecommitdiff
path: root/Libraries/LibDebug/DebugInfo.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-09LibDebug: Support shared librariesItamar
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-11-16LibDebug: Use FlyString for file pathsAndreas Kling
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-17LibDebug: Don't include <Libraries/...>Andreas Kling
2020-06-03LibDebug: Add support for enum value typesFalseHonesty
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-20LibDebug: Parse line number information from DWARF formatItamar