Module: wine Branch: master Commit: 01c98c5eafd68d77f388aaba2c0a6d44a01ab41c URL: https://gitlab.winehq.org/wine/wine/-/commit/01c98c5eafd68d77f388aaba2c0a6d4... Author: Eric Pouech <epouech(a)codeweavers.com> Date: Thu Nov 16 18:38:02 2023 +0100 dbghelp: Expose PE native vs builtin information to winedbg. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- dlls/dbghelp/dbghelp_private.h | 7 ++++--- dlls/dbghelp/elf_module.c | 5 +++-- dlls/dbghelp/macho_module.c | 3 ++- dlls/dbghelp/minidump.c | 2 +- dlls/dbghelp/module.c | 23 +++++++++++++---------- dlls/dbghelp/pe_module.c | 32 +++++++++++++++++++++++--------- include/dbghelp.h | 2 ++ programs/winedbg/info.c | 27 ++++++++++++++++----------- 8 files changed, 64 insertions(+), 37 deletions(-)