summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/src/functions.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-10-10Lots of improvements to stack variable location calculations in DWARFJosh Ferrell
2024-08-07Change error when applying function without name from dwarf info to debugJosh Ferrell
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-05Misc small dwarf perf improvementsJosh Ferrell
2024-06-21Demangle function names recovered from DWARFJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-05Fix bugs with importing dwarf function information and greatly improve perfor...Josh Ferrell
2024-05-15DWARF Import : Add support for variable argumentsKyleMiles
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 : More optimizationsKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-08-22Recover parameter names even when type parsing fails (this could be a bad idea)KyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles