Eric Pouech : dbghelp/dwarf: Separate CU handling from module handling.
Module: wine Branch: master Commit: a345a1cf84e41f77306c7228a8c2f4777069d406 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a345a1cf84e41f77306c7228a... Author: Eric Pouech <eric.pouech(a)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(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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=a345a1cf84e41f77306c7...
participants (1)
-
Alexandre Julliard