Age | Commit message (Expand) | Author |
---|---|---|
2023-01-22 | LibDebug: Propagate errors throughout DWARF parsing | Tim Schumacher |
2022-09-17 | LibDebug: Break inclusion cycle through many forward-declarations | Ben Wiederhake |
2021-12-15 | LibDebug: Handle DWARF 4 address ranges | Daniel Bertalan |
2021-10-17 | LibDebug: Support `addrx*`, `strx*` and `rnglistx` forms | Daniel Bertalan |
2021-09-28 | LibDebug: Add Dwarf::CompilationUnit::base_address() | Itamar |
2021-06-19 | LibDebug: Convert LibDebug to east-const style | Itamar |
2021-06-19 | LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit | Itamar |
2021-06-19 | LibDebug: Store LibDebug objects on the heap & make them non-copyable | Itamar |
2021-06-19 | LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit | Itamar |
2021-04-28 | LibDebug: Implement support for DWARF 5 compilation unit headers | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |