gdb: Examples

 
 E.12 Examples
 =============
 
 Example sequence of a target being re-started.  Notice how the restart
 does not get any direct output:
 
      -> R00
      <- +
      _target restarts_
      -> ?
      <- +
      <- T001:1234123412341234
      -> +
 
    Example sequence of a target being stepped by a single instruction:
 
      -> G1445...
      <- +
      -> s
      <- +
      _time passes_
      <- T001:1234123412341234
      -> +
      -> g
      <- +
      <- 1455...
      -> +