Is anyone else using/looking at the PECOFF support? I'd like to commit this, and would probably have done it without asking due to how minor it is, but wanted to see if someone was using or has ownership of it first. If I don't get a reply within a few days I'll commit.
It's pretty simple: 0 as subtype never matches anything (at least, it doesn't match x86_64 windows binaries, which is what I was tinkering with). Matching with with LLDB_INVALID_CPUTYPE is what the ELF plugin does and I think is more correct.
ObjectFilePECOFF.cpp.patch (666 Bytes)