Module: wine Branch: master Commit: b9290c987a44aea935488b274764bceadfa24247 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b9290c987a44aea935488b274...
Author: Eric Pouech eric.pouech@gmail.com Date: Thu Oct 28 08:57:24 2021 +0200
dbghelp: Introduce symt_inlinesite (SymTagInlineSite) to support inline sites.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/dbghelp_private.h | 51 ++++++++++++++++++++++++++++++++++++++++-- dlls/dbghelp/dwarf.c | 2 +- dlls/dbghelp/msc.c | 4 ++-- dlls/dbghelp/symbol.c | 16 ++++++------- dlls/dbghelp/type.c | 16 +++++++++++++ 5 files changed, 75 insertions(+), 14 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b9290c987a44aea935488...