- in extended-remote mode, one stays now in session after a "kill"
command, and the program can be restarted with "run"
- quit is now done with "detach" (because we reply with "1" to "qAttached"), and it is not possible to re-attach after detaching!
- the server now waits a second after having sent the detach so that
the client can close first, reducing the likelihood of an "address
already in use" error
- refactored things again in order to allow for binary payloads (X and
vFlashWrite)
- each command now has its own handler
- the server now provides a (minimal) memory map in XML format so that GDB uses
the vFlash commands
- providing the map means, however, that we now have to pretend to use hardware
breakpoints, because GDB believes that flash memory is read-only