GdbMiSession.execSignal

MiPendingCommand execSignal(string signal) @trusted

Resumes execution and sends an OS signal to the inferior.

Parameters

signalSignal name or number (e.g., "SIGINT", "2").

Returns

A pending command for -exec-signal.