• A
    proc: add LocationCover method to BinaryInfo (#1573) · a7c2d837
    Alessandro Arzilli 提交于
    Also fixes findCompileUnitForOffset which was broken in some edge cases
    (when looking up an offset inside the last child of the compilation
    unit) which don't happen in normal executables (we only look up types, and those
    are always direct childs of compile units).
    a7c2d837
bininfo.go 31.7 KB