Module: wine Branch: master Commit: 1c5450f91f73e2a209067f21b36d800546c8ad1b URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c5450f91f73e2a209067f21b3... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Mon Jan 23 21:37:10 2012 +0100 dbghelp: Allow CPU backends to add specific information into a minidump. Use it to add a 256 byte block around current program counter. --- dlls/dbghelp/cpu_arm.c | 7 ++++ dlls/dbghelp/cpu_i386.c | 15 ++++++++ dlls/dbghelp/cpu_ppc.c | 7 ++++ dlls/dbghelp/cpu_sparc.c | 7 ++++ dlls/dbghelp/cpu_x86_64.c | 15 ++++++++ dlls/dbghelp/dbghelp_private.h | 55 ++++++++++++++++++++++++++++++ dlls/dbghelp/minidump.c | 72 +++++----------------------------------- 7 files changed, 115 insertions(+), 63 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1c5450f91f73e2a209067f...