summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarf_import/src
AgeCommit message (Expand)Author
2026-05-18[DWARF Import] Use proper address width for unknown architecturesJosh Ferrell
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-02-26[DWARF Import] Do not wrap function parameter types in named type referencesJosh Ferrell
2026-02-23[Rust] Refactor `FileMetadata` file informationMason Reed
2026-02-06[DWARF Import] Do not wrap pointer types in named type referencesJosh Ferrell
2026-01-11[DWARF] Fix misc missing imports from `log` => `tracing`Mason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-08[DWARF Import] Fix potential hang when encountering some unhandled DW_AT_loca...Josh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-09[Rust] Fix misc formattingMason Reed
2025-12-09[DWARF Import] Do not link functions without addresses to externsJosh Ferrell
2025-11-28[DWARF] Fix loading Fat Mach-O debug filesJosh Ferrell
2025-11-19[DWARF] Improve logging when loading fails, remove extra bv creationJosh Ferrell
2025-11-19[DWARF] Fix incorrect error messages for empty lexical blocksJosh Ferrell
2025-11-19Allow loading supplementary dwarf debug info from path in .gnu_debugaltlinkJosh Ferrell
2025-11-13[DWARF] Prevent extra slashes in generated debuginfod urlsJosh Ferrell
2025-10-23Support bitfields in type systemMason Reed
2025-10-22Add more plugins to freeMason Reed
2025-10-22[Rust] Refactor download provider module to allow for custom implementationsMason Reed
2025-10-20[DWARF] Greatly improve handling of typedefsJosh Ferrell
2025-10-18[DWARF] Support parsing struct member offsets from DW_AT_data_bit_offset, fix...Josh Ferrell
2025-10-17Fix leaking a BinaryView when loading a sibling DWARF fileJosh Ferrell
2025-10-16Fix recovery of unnamed function parameters from DWARFJosh Ferrell
2025-10-16Apply relocations when parsing DWARFJosh Ferrell
2025-10-16Improve error messages in dwarf_importJosh Ferrell
2025-10-12Replace calls to unwrap() in dwarf_importJosh Ferrell
2025-08-21Add support for automatically loading PDB/DWARF info from sibling files in pr...Josh Ferrell
2025-08-18Fix loading local variables from DWARF in non-relocatable imagesJosh Ferrell
2025-08-06[Rust] Take download callbacks by reference to avoid boxingMason Reed
2025-07-15[Rust] Misc formattingMason Reed
2025-07-10Improve DWARF local variable recoveryJosh Ferrell
2025-07-09Improve DWARF local variable offset calculationJosh Ferrell
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-04-25Fix misc rust formattingMason Reed
2025-04-23Various DWARF fixesJosh Ferrell
2025-04-14Set vendor for .eh_frame parsing for aarch64 binariesJosh Ferrell
2025-04-10Fix function type construction leaking in Rust APIMason Reed
2025-04-01DWARF Parser: Remove error log and ignore lexical ranges that start and end at 0ElykDeer
2025-03-28belated copyright year updateJordan Wiens
2025-02-28Handle base structures in DWARF importMason Reed
2025-02-04Fix misc rust formattingMason Reed
2025-02-04Fix crash with unnamed function self reference in DWARF importMason Reed
2025-02-02Fix crash in dwarf import when no constant value attribute found for enumerationMason Reed
2025-01-25Fix incorrect immutable borrow for EnumerationBuilderMason Reed
2025-01-25Rust refactorMason Reed