summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf
AgeCommit message (Expand)Author
2024-06-21Demangle function names recovered from DWARFJosh Ferrell
2024-06-17Load all types from DWARF even if they are unusedJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-11Rebase DebugInfo function addresses.Alexander Taylor
2024-06-10Fix handling of compressed debug sections in 32-bit ELFsJosh Ferrell
2024-06-10Change some dwarf errors to warningsJosh 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-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-06-05Clean up commentJosh Ferrell
2024-05-31Add debuginfod support to dwarf_importJosh Ferrell
2024-05-15DWARF Import : Add support for variable argumentsKyleMiles
2024-05-09Fix clippy warnings and run rustfmtMichael Krasnitski
2024-05-09only create FlowGraph with RefRubens Brandao
2024-04-17allow DataVariable and NameAndType to be transmutableRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-03-14Update to Rust 1.76Rusty Wagner
2024-01-19DWARF Import : Detect and resolve trivial infinite abstract origin cyclesKyleMiles
2024-01-19DWARF Import : Remove a bunch of CString overheadKyleMiles
2024-01-19Add support for components in debug infoKyleMiles
2024-01-09DWARF Export : Fix compatibility with other tools (no longer using DWO names ...KyleMiles
2024-01-08update copyright yearJordan Wiens
2023-12-06DWARF Import : Check if functions already exist at parsed addresses and copy ...KyleMiles
2023-12-05Fix cmake dependency for dwarf import/exportKyleMiles
2023-10-25DWARF Import : Better detection and handling of malformed DWARF info; Resolve...KyleMiles
2023-09-29DWARF Import : Misc code cleanup, improvements, and enabling by default changesKyleMiles
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....KyleMiles
2023-08-30DWARF Import : >450,000% Performance ImprovementKyleMiles
2023-08-25DWARF Import : Fix crash on recursively defined function type that contains i...KyleMiles
2023-08-25DWARF Import : More optimizationsKyleMiles
2023-08-25DWARF Import : Introduce fastpath for compilation unit handlingKyleMiles
2023-08-25DWARF Import : Correctly track parsing progressKyleMiles
2023-08-22Change how DWARF Import initializes to enable unit testsKyleMiles
2023-08-22DWARF Import : Improved Cross-Compilation-Unit HandlingKyleMiles
2023-08-22DWARF : Update gimli dependencyKyleMiles
2023-08-22Recover parameter names even when type parsing fails (this could be a bad idea)KyleMiles
2023-08-22DWARF Import : Prevent another crash related to #4547KyleMiles
2023-08-04DWARF Import : Fix crash / Bandaid fix for #4547KyleMiles
2023-07-31Add dSYM supportKyleMiles
2023-07-31Dwarf import : Handle default address size for pointers better when the dwarf...KyleMiles
2023-07-26Allow for anonymous classes and fix mutability error with respect to #4512KyleMiles
2023-07-26DWARF Import/Export : Update Cmake to save pdbsKyleMiles
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
2023-07-10DWARF Export : Misc improvementsKyleMiles
2023-07-10DWARF Export : Improve Default Parameter HandlingKyleMiles
2023-07-10Move DWARF Export in to DWARF folder in Rust API examples folderKyleMiles