summaryrefslogtreecommitdiff
path: root/python/debuginfo.py
AgeCommit message (Collapse)Author
2023-07-24fix debuginfo example documentationJordan Wiens
2023-07-10Python API : Fix missing parameter on debuginfo.parse_debug_infoKyleMiles
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-01-30Fix Type object leaksRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-10-14Fix debug info 'function' APIsKyleMiles
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ↵KyleMiles
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; ↵KyleMiles
Add API bindings for `BinaryView::GetDebugInfo()`, `BinaryView::ApplyDebugInfo()`, and `BinaryView::SetDebugInfo()`; Remove `analysis.experimental.parseDebugInfo` (in favor of `loader.debugInfoInternal` and `loader.debugInfoExternal`)
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-29Make DebugInfo::parse failableGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ↵Jordan Wiens
ad-hoc messages with consistent decorator
2022-03-29Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_functionPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-15Fix default arguments to 'DebugFunctionInfo'Peter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-06Improve include style in basicblock.pyPeter LaFosse
Improve include style of debuginfo.py
2021-09-06Fix some type check errors in debuginfo.pyPeter LaFosse
Add try finally blocks for deallocation
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles