• Rémi Bernon's avatar
    winedbg: Support qXfer:features:read request. · 99b7e2bb
    Rémi Bernon authored
    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: 's avatarRémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    99b7e2bb
Name
Last commit
Last update
..
Makefile.in Loading commit data...
README Loading commit data...
be_arm.c Loading commit data...
be_arm64.c Loading commit data...
be_cpu.h Loading commit data...
be_i386.c Loading commit data...
be_ppc.c Loading commit data...
be_x86_64.c Loading commit data...
break.c Loading commit data...
crashdlg.c Loading commit data...
db_disasm.c Loading commit data...
db_disasm64.c Loading commit data...
dbg.y Loading commit data...
debug.l Loading commit data...
debugger.h Loading commit data...
display.c Loading commit data...
expr.c Loading commit data...
expr.h Loading commit data...
gdbproxy.c Loading commit data...
info.c Loading commit data...
intvar.h Loading commit data...
memory.c Loading commit data...
resource.h Loading commit data...
source.c Loading commit data...
stack.c Loading commit data...
symbol.c Loading commit data...
tgt_active.c Loading commit data...
tgt_minidump.c Loading commit data...
tgt_module.c Loading commit data...
types.c Loading commit data...
winedbg.c Loading commit data...
winedbg.man.in Loading commit data...
winedbg.rc Loading commit data...