Module: wine Branch: master Commit: 885200417046de2edd4cc8b98b93763823c82f24 URL: https://source.winehq.org/git/wine.git/?a=commit;h=885200417046de2edd4cc8b98...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Oct 26 11:46:01 2021 +0200
winedbg: Use SymSetScopeFromAddr() instead of SymSetContext().
This allows to simplify a bit the frame internal storage (no longer using IMAGEHLP_STACK_FRAME structure).
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/winedbg/debugger.h | 1 - programs/winedbg/stack.c | 88 +++++++++++++++++++-------------------------- programs/winedbg/symbol.c | 23 ++++++------ 3 files changed, 48 insertions(+), 64 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=885200417046de2edd4cc...