summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDebug/Dwarf/CompilationUnit.h
AgeCommit message (Expand)Author
2023-01-22LibDebug: Propagate errors throughout DWARF parsingTim Schumacher
2022-09-17LibDebug: Break inclusion cycle through many forward-declarationsBen Wiederhake
2021-12-15LibDebug: Handle DWARF 4 address rangesDaniel Bertalan
2021-10-17LibDebug: Support `addrx*`, `strx*` and `rnglistx` formsDaniel Bertalan
2021-09-28LibDebug: Add Dwarf::CompilationUnit::base_address()Itamar
2021-06-19LibDebug: Convert LibDebug to east-const styleItamar
2021-06-19LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnitItamar
2021-06-19LibDebug: Store LibDebug objects on the heap & make them non-copyableItamar
2021-06-19LibDebug: Move get_die_at_offset to Dwarf::CompilationUnitItamar
2021-04-28LibDebug: Implement support for DWARF 5 compilation unit headersGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling