• P
    Handle gdb core files better · 1d8636cd
    Peter Sanford 提交于
    Core files created by gdb can have sections missing that would be
    present in OS created core files.
    
    We work around this by first reading PT_LOAD entries from the exe and
    then reading them from the core.
    
    Fixes #1121
    1d8636cd
linux_amd64_core.go 12.2 KB