Re: kernel32: Send exception information to winedbg for display in the crash dialog

2009-04-29 Thread Alexandre Julliard
Paul Chitescu pa...@voip.null.ro writes: Changelog: kernel32: Send exception information to winedbg for display in the crash dialog That info (and more) can be determined by the debugger itself, there's no need to pass it from kernel32. -- Alexandre Julliard julli...@winehq.org

Re: kernel32: Send exception information to winedbg for display in the crash dialog

2009-04-29 Thread Paul Chitescu
On Wednesday 29 April 2009 18:02:17 Alexandre Julliard wrote: Paul Chitescu pa...@voip.null.ro writes: Changelog: kernel32: Send exception information to winedbg for display in the crash dialog That info (and more) can be determined by the debugger itself, there's no need to pass it

Re: kernel32: Send exception information to winedbg for display in the crash dialog

2009-04-29 Thread Alexandre Julliard
Paul Chitescu pa...@voip.null.ro writes: True, but that would mean replicating the code in except.c format_exception_msg(). Getting the two pieces of code out of sync would cause user confusion as some will report the string displayed in the crash window while others will report the