index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debuginfo.cpp
Age
Commit message (
Expand
)
Author
2026-05-19
Fix incorrect reference counting in C++ API
Mark Rowe
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-16
Add more reserve calls
Scott Lagler
2025-12-16
Add missing std::vector reserve calls
Scott Lagler
2025-04-25
std::function<bool(size_t,size_t)> ==> ProgressFunction
Glenn Smith
2025-03-28
missed the older dates!
Jordan Wiens
2025-02-13
Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-08-20
Update progress functions to use BNProgressFunction typedef
Josh Ferrell
2024-06-13
Apply stack variables from DWARF
Josh Ferrell
2024-05-24
platform: initial BNCustomPlatform support
Ryan Snyder
2024-01-19
Add support for components in debug info
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-11-14
Fix a number of leaks and bad uses of free in the api
Glenn Smith
2023-11-06
Type Containers
Glenn Smith
2023-05-08
Pass debug file along with original file to debug info parsers
KyleMiles
2023-03-22
Fix crashes in DebugInfo::GetXByY calls when the result is null
Glenn Smith
2023-01-05
Update copyright to 2023
Josh F
2022-09-29
DebugInfo: make parseInfo have a progress callback
Glenn Smith
2022-09-29
DebugInfo: take entire Type for function instead of by-parts
Glenn Smith
2022-09-29
Make DebugInfo::parse failable
Glenn Smith
2022-09-22
Add new DebugInfo APIs
KyleMiles
2022-07-07
Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ...
KyleMiles
2022-06-09
Add `IsExternal` callback to debug info API
rose
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-07-07
DebugInfo - plugable debug information importers - C++, Rust, and Python APIs
KyleMiles