[PATCH 08/15] winedbg: Support qXfer:features:read request.

Rémi Bernon rbernon at codeweavers.com
Mon Jan 27 14:43:50 CST 2020


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.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list