[PATCH 02/15] ntdll: Support DBG_REPLY_LATER event continuation.

Jacek Caban jacek at codeweavers.com
Tue Jan 28 07:26:22 CST 2020


Hi Rémi,

On 27.01.2020 13:07, Rémi Bernon wrote:
> This flag causes the debug event to be replayed after the target thread
> continues. It can be used, after suspending the thread, to resume other
> threads and later return to the breaking.
>
> This will help implementing gdb continue/step packets correctly.
>
> Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
> ---
>   dlls/ntdll/signal_arm.c     |  8 ++++++--
>   dlls/ntdll/signal_arm64.c   | 15 ++++++++++++---
>   dlls/ntdll/signal_i386.c    | 15 ++++++++++++---
>   dlls/ntdll/signal_powerpc.c |  8 ++++++--
>   dlls/ntdll/signal_x86_64.c  | 12 +++++++++---


You could just change send_debug_event instead of all its callers. I'd 
also consider implementing it on server side. Also some tests would be nice.


Thanks,

Jacek




More information about the wine-devel mailing list