index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
debuginfo.py
Age
Commit message (
Collapse
)
Author
2022-09-29
DebugInfo: make parseInfo have a progress callback
Glenn Smith
This will enable us to have progress bars and cancellation of debuginfo application
2022-09-29
Make DebugInfo::parse failable
Glenn Smith
2022-09-22
Add new DebugInfo APIs
KyleMiles
2022-05-06
many pydoc formatting cleanups, added deprecated decorator and replaced ↵
Jordan Wiens
ad-hoc messages with consistent decorator
2022-03-29
Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_function
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-15
Fix default arguments to 'DebugFunctionInfo'
Peter LaFosse
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Improve include style in basicblock.py
Peter LaFosse
Improve include style of debuginfo.py
2021-09-06
Fix some type check errors in debuginfo.py
Peter LaFosse
Add try finally blocks for deallocation
2021-07-07
DebugInfo - plugable debug information importers - C++, Rust, and Python APIs
KyleMiles