Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

4.7.10.  Set Packets

Set packets all start with Q. The functionality is all provided in rsp_set ().

The QPassSignals packet is used to pass signals to the target process. This is not supported, and not reported as supported in a qSupported packet (see Section 4.7.9.5), so should never be received.

If a QPassSignals packet is received, an empty response is used to indicate no support.

4.7.10.1.  Tracepoint Packets

All the remaining set packets (QTDP, QFrame, QTStart, QTStop, QTinit and QTro) are concerned with tracepoints. Tracepoints are not currently supported with the Or1ksim target, so an empty reply packet is sent to indicate this.

Embecosm divider strip