summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/shared/src
AgeCommit message (Collapse)Author
2024-06-10Fix handling of compressed debug sections in 32-bit ELFsJosh 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-04-17allow DataVariable and NameAndType to be transmutableRubens Brandao
2024-01-08update copyright yearJordan Wiens
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the ↵KyleMiles
core..fix passing a nullptr to `load`
2023-08-30DWARF Import : >450,000% Performance ImprovementKyleMiles
2023-08-22DWARF : Update gimli dependencyKyleMiles
2023-07-31Add dSYM supportKyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles
Resolves #3206