summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-10-21Better calculation for sp offsets of DWARF local variablesJosh Ferrell
2024-10-18Add progress reporting to first phase of DWARF parsingJosh Ferrell
2024-10-10Lots of improvements to stack variable location calculations in DWARFJosh Ferrell
2024-10-10Parse .debug_frame if present and fix stack variable offset calculationJosh Ferrell
2024-09-23Fix nondeterminism when types in dwarf have conflicting namesJosh Ferrell
2024-08-30Don't rebase DWARF info in overflowing situations.Alexander Taylor
2024-08-22Use add/sub with overflow when rebasing, fix crash.Alexander Taylor
2024-08-07Change error when applying function without name from dwarf info to debugJosh Ferrell
2024-07-26Add `VariableSourceType` type aliasMichael Krasnitski
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Support loading supplementary DWARF filesJosh Ferrell
2024-07-05Misc small dwarf perf improvementsJosh Ferrell
2024-07-05Fix dwarf return types having 0 confidenceJosh Ferrell
2024-07-05Remove some unnecessary clonesJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-11Rebase DebugInfo function addresses.Alexander Taylor
2024-06-10Change some dwarf errors to warningsJosh Ferrell
2024-06-06Do not crash when DWARF supplies weird infoJosh 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-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-04-09replace BStr with strRubens Brandao
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-19Add support for components in debug infoKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-12-06DWARF Import : Check if functions already exist at parsed addresses and copy ...KyleMiles
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 : Introduce fastpath for compilation unit handlingKyleMiles
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-31Dwarf import : Handle default address size for pointers better when the dwarf...KyleMiles
2023-07-25DWARF Import : Allow for duplicate type definitions; log_error when overwriti...KyleMiles
2023-07-10Dwarf import : Resolve multiple data variable definitions for the same locati...KyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles