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

2.3.2.  Interrupt

The GDB client may wish to interrupt the server (e.g. when the user has pressed ctrl-C). This is indicated by transmitting the character 0x03 between packets.

If the server wishes to handle such interrupts, it should recognize such characters and process as appropriate. However not all servers are capable of handling such requests. The server is free to ignore such out-of-band characters.

Embecosm divider strip