dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump.
commita672a51cbf06d8e8b9a55fa29ca5f093d4ed8c20
authorEric Pouech <eric.pouech@orange.fr>
Mon, 23 Jan 2012 20:37:16 +0000 (23 21:37 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jan 2012 17:10:32 +0000 (24 18:10 +0100)
treef19557a0d3534cfad46f833e2dc82681a5eeffad
parent1c5450f91f73e2a209067f21b36d800546c8ad1b
dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump.

Used this feature to add x86_64 unwind information.
dlls/dbghelp/cpu_arm.c
dlls/dbghelp/cpu_i386.c
dlls/dbghelp/cpu_ppc.c
dlls/dbghelp/cpu_sparc.c
dlls/dbghelp/cpu_x86_64.c
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/minidump.c