exception handling

Eric Pouech eric.pouech at wanadoo.fr
Tue Dec 20 02:26:46 CST 2005


windbg (at least at startup) uses DBG_EXCEPTION HANDLED instead for 
DBG_CONTINUE. It seems it's the NT way for attaching to a process 
(DBG_CONTINUE doesn't work). BTW, we'll have also to fix -later on- 
winedbg so that it does attach properly. For now, just make 
DBG_EXCEPTION_HANDLED a synomym of DBG_CONTINUE.

ChangeLog:
Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE for exception handlers

  dlls/ntdll/exception.c |    4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: a95d42fc52015e5096e4dbf9376c666825eafa5f.diff
Type: text/x-patch
Size: 1012 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051220/6711466d/a95d42fc52015e5096e4dbf9376c666825eafa5f-0001.diff


More information about the wine-patches mailing list