summaryrefslogtreecommitdiff
path: root/debuginfo.cpp
AgeCommit message (Expand)Author
2026-05-19Fix incorrect reference counting in C++ APIMark Rowe
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-16Add more reserve callsScott Lagler
2025-12-16Add missing std::vector reserve callsScott Lagler
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-03-28missed the older dates!Jordan Wiens
2025-02-13Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...Mason Reed
2025-01-25Rust refactorMason Reed
2024-08-20Update progress functions to use BNProgressFunction typedefJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-01-19Add support for components in debug infoKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
2023-11-06Type ContainersGlenn Smith
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
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
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