Module: wine Branch: master Commit: c50e02ec9ce78361afca88f740c7b71bf7b23986 URL: https://gitlab.winehq.org/wine/wine/-/commit/c50e02ec9ce78361afca88f740c7b71...
Author: Eric Pouech epouech@codeweavers.com Date: Thu Nov 16 18:38:02 2023 +0100
dbghelp: Expose some internal information about modules to winedbg.
Signed-off-by: Eric Pouech epouech@codeweavers.com
---
dlls/dbghelp/dbghelp.c | 7 +++++ dlls/dbghelp/dbghelp.spec | 3 ++ dlls/dbghelp/dbghelp_private.h | 13 +++----- dlls/dbghelp/dwarf.c | 25 ++++++++------- dlls/dbghelp/image_private.h | 2 +- dlls/dbghelp/module.c | 37 ++++++++++++++++++++-- dlls/dbghelp/stabs.c | 2 +- include/dbghelp.h | 33 ++++++++++++++++++++ programs/winedbg/info.c | 69 +++++++++++++++++++++--------------------- programs/winedbg/winedbg.c | 1 + 10 files changed, 131 insertions(+), 61 deletions(-)