Module: wine Branch: master Commit: 99b7e2bb32caa407bc53fcf29f6c6900c639f857 URL: https://source.winehq.org/git/wine.git/?a=commit;h=99b7e2bb32caa407bc53fcf29...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Apr 3 15:35:50 2020 +0200
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 | 168 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 131 insertions(+), 37 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=99b7e2bb32caa407bc53f...