Module: wine
Branch: master
Commit: b459c88caa07f3b60f976289670960ae7d107d14
URL: https://source.winehq.org/git/wine.git/?a=commit;h=b459c88caa07f3b60f976289…
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Tue Jun 12 17:53:17 2018 -0500
winedbg/gdbproxy: Remove unnecessary checks for supported context flags.
And simplify the assignment to use CONTEXT_ALL instead. If we don't support
reading from a register then we just ignore its value.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
programs/winedbg/gdbproxy.c | 480 ++++++++++++++++++++------------------------
1 file changed, 223 insertions(+), 257 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b459c88caa07f3b60f97…