summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDebug/DebugInfo.h
AgeCommit message (Expand)Author
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-01-22LibDebug: Propagate errors throughout DWARF parsingTim Schumacher
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-06LibDebug+Everywhere: Make DebugInfo not own the ELF imageAli Mohammad Pur
2021-07-13LibDebug: Implement symbolication for x86_64Gunnar Beutner
2021-06-19LibDebug: Convert LibDebug to east-const styleItamar
2021-06-19LibDebug: Add DebugInfo::get_source_position_with_inlinesItamar
2021-06-19LibDebug: Store LibDebug objects on the heap & make them non-copyableItamar
2021-06-19LibDebug: Remove unused DebugInfo::for_each_source_positionItamar
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14LibDebug: Add support for parsing array typesFalseHonesty
2021-04-12LibDebug: Stop parsing unhandled variable typesFalseHonesty
2021-04-12LibDebug+HackStudio: Fix crashes relating to debugger variable previewFalseHonesty
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling