====== command QProgramSignals ====== **Format:** ‘QProgramSignals: signal [;signal]…’ **Meaning:** Each listed signal may be delivered to the inferior process. Others should be silently discarded. In some cases, the remote stub may need to decide whether to deliver a signal to the program or not without GDB involvement. One example of that is while detaching — the program’s threads may have stopped for signals that haven’t yet had a chance of being reported to GDB, and so the remote stub can use the signal list specified by this packet to know whether to deliver or ignore those pending signals. This does not influence whether to deliver a signal as requested by a resumption packet (see vCont packet). Signals are numbered identically to continue packets and stop replies (see Stop Reply Packets). Each signal list item should be strictly greater than the previous item. Multiple ‘QProgramSignals’ packets do not combine; any earlier ‘QProgramSignals’ list is completely replaced by the new list. This packet is not probed by default; the remote stub must request it, by supplying an appropriate ‘qSupported’ response. **Reply:** OK