Eric Pouech : dbghelp/dwarf: Separate CU handling from module handling.

Alexandre Julliard julliard at winehq.org
Wed Sep 15 16:21:32 CDT 2021


Module: wine
Branch: master
Commit: a345a1cf84e41f77306c7228a8c2f4777069d406
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a345a1cf84e41f77306c7228a8c2f4777069d406

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Wed Sep 15 10:37:46 2021 +0200

dbghelp/dwarf: Separate CU handling from module handling.

Move out of dwarf2_parse_context_s structure information related to the
module and put them into the dwarf2_parse_module_context_s structure
(actually the dwarf2_parse_context should be named dwarf2_parse_cu_context
as it only related to a compilation unit).

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dbghelp/dwarf.c | 180 +++++++++++++++++++++++++++------------------------
 1 file changed, 95 insertions(+), 85 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a345a1cf84e41f77306c7228a8c2f4777069d406



More information about the wine-cvs mailing list