summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/src/die_handlers.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-09-17Prevent crash with 0 width enum in DWARFJosh Ferrell
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-05Misc small dwarf perf improvementsJosh Ferrell
2024-07-05Fix crash when parsing enums from zig dwarf infoJosh Ferrell
2024-07-05Remove some unnecessary clonesJosh Ferrell
2024-04-09replace BStr with strRubens Brandao
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-09-29DWARF Import : Misc code cleanup, improvements, and enabling by default changesKyleMiles
2023-08-25DWARF Import : Fix crash on recursively defined function type that contains i...KyleMiles
2023-08-25DWARF Import : More optimizationsKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-07-31Dwarf import : Handle default address size for pointers better when the dwarf...KyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles