• A
    proc: handle DW_TAG_subprogram with a nochildren abbrev · 77c95536
    aarzilli 提交于
    On macOS, externally linked programs will have an abbrev for
    DW_TAG_subprogram without the haschildren flag set. We should handle
    this case instead of expecting all DW_TAG_subprogram entries to have
    list of children.
    
    Fixes #1034
    77c95536
proc_test.go 98.3 KB