On 1/27/20 1:07 PM, Rémi Bernon wrote:
The most important thing here is to report another osabi, so that gdb does not assume the target is GNU/Linux.
Looks like I was wrong about that, the file instruction makes it load the wine-loader first -not strictly required now with the library list- and gdb assumes from the start the ABI from the file. So this does nothing actually. Removing the file command makes it take this into account and it fails if Cygwin os support is not built in.
The "default" osabi appears to work fine.
I'd send an updated patch series or change this line in some later patch, but I'll wait for the global header changes to be reviewed so I'm not storming the testbot again.