[PATCH 3/8] [Include]: added a wine/dwarf.h to share dwarf2 debug information data where needed

Alexandre Julliard julliard at winehq.org
Mon Mar 22 05:28:57 CDT 2010


Eric Pouech <eric.pouech at orange.fr> writes:

> A+
> ---
>
>  dlls/dbghelp/dwarf.c       |    2 
>  dlls/dbghelp/dwarf.h       |  420 ----------------------------------------
>  dlls/ntdll/signal_x86_64.c |  207 --------------------
>  include/wine/dwarf.h       |  465 ++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 467 insertions(+), 627 deletions(-)
>  delete mode 100644 dlls/dbghelp/dwarf.h
>  create mode 100644 include/wine/dwarf.h

I don't think we need a Wine global header for this. It's OK to keep it
in dbghelp and copy only the few necessary defines in ntdll. That's even
more true for the unwind info.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list