summaryrefslogtreecommitdiff
path: root/debuginfo.cpp
AgeCommit message (Collapse)Author
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-03-22Fix crashes in DebugInfo::GetXByY calls when the result is nullGlenn Smith
2023-01-05Update copyright to 2023Josh F
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
This will enable us to have progress bars and cancellation of debuginfo application
2022-09-29DebugInfo: take entire Type for function instead of by-partsGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-07-07Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ↵KyleMiles
debug info API"
2022-06-09Add `IsExternal` callback to debug info APIrose
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles