winedbg: Support qXfer:features:read request.
commit99b7e2bb32caa407bc53fcf29f6c6900c639f857
authorRémi Bernon <rbernon@codeweavers.com>
Fri, 3 Apr 2020 13:35:50 +0000 (3 15:35 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 3 Apr 2020 15:22:10 +0000 (3 17:22 +0200)
tree537000d5d4e82ab6f41fabd827487edc3934d387
parent771463adbdbedff7baa9e3242c7fd24bb79db034
winedbg: Support qXfer:features:read request.

This reports the full register sets to gdb, telling it about custom
offsets and sizes. It will make the gdb specific register length not
required anymore.

We also have to report architecture specific vector types and flags
that are normally builtin in gdb as it does not load them anymore when
custom register set is reported.

This makes gdb stop using its incorrect heuristics and actually request
the library list, it now correctly gets PE modules information and is
able to correctly use debug info from mixed modules.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/winedbg/gdbproxy.c