You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix/pointer dereference bug (#57)
* LLEF Bugfixes
Types.py line 277: bug in ptr_size where width needed to be in bits, not bytes.
Change GoTypePointer class so that it no longer dereferences the addr parameter, which best I can tell is never given indirectly in an eface.
Pointer dereferencing behaviour was depended upon by GoDataInterface, which was amended to do its own dereference where required.
Also added a new type representation for a nil interface, which is where you have a line of code in Go such as:
var myVar any = nil
* New Black version wants new tuple unpacking syntax
Normalize LLDB version parsing on Darwin to handle both Apple Clang a…
…nd LLVM versions (#56)
* Normalize LLDB version parsing on Darwin to handle both Apple Clang and LLVM versions