about summary refs log tree commit diff
path: root/src/debuginfo.rs
AgeCommit message (Expand)AuthorLines
2023-09-01Deduplicate inlined function debug info, but create a new lexical scope to ch...Daniel Paoliello-1/+1
2023-08-25Revert "Use the same DISubprogram for each instance of the same inlined funct...Wesley Wiser-1/+1
2023-08-11Use the same DISubprogram for each instance of the same inlined function with...Daniel Paoliello-1/+1
2022-11-15Introduce composite debuginfo.Camille GILLOT-8/+49
2022-03-14debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods...Michael Woerister-1/+1
2021-10-08Create more accurate debuginfo for vtables.Michael Woerister-2/+2
2021-09-26Fix global initialization (#91)antoyo-23/+2
2021-08-15Cleanup (#67)antoyo-330/+6
2021-08-12Initial commitAntoni Boucher-0/+407