winedbg: Clean handle_exception return values.
commit2fcf051fae760f4d9b4745ec20296e3f3bf8526a
authorRémi Bernon <rbernon@codeweavers.com>
Sat, 4 Apr 2020 09:30:15 +0000 (4 11:30 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Apr 2020 08:44:19 +0000 (6 10:44 +0200)
treea91539d59a5e25ca5d8cd368c92b1470c5742173
parent729a2462fb1727537dd1be451cdd23c34e43767b
winedbg: Clean handle_exception return values.

It was returning a mix of TRUE/FALSE and in some cases DBG_CONTINUE.

Let's return TRUE if the exception has been handled and should be
ignored, or FALSE if not and if we should notify gdb.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/winedbg/gdbproxy.c