summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/src/helpers.rs
AgeCommit message (Expand)Author
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-05Prevent parsing non-block dwarf attributes as blocksJosh Ferrell
2024-07-05Fix crash when parsing enums from zig dwarf infoJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-06Fix DWARF parser reporting as valid for any binary with a build idJosh Ferrell
2024-06-06Support for local debug directoriesJosh Ferrell
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-01-19DWARF Import : Detect and resolve trivial infinite abstract origin cyclesKyleMiles
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 : Introduce fastpath for compilation unit handlingKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-08-22DWARF Import : Prevent another crash related to #4547KyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles