Browse Source

docs: mention extended-remote support

Change-Id: Idd7cc0364856082cbbfee5015e49cd7d237d68ef
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/913
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
tags/v0.7.0-rc1
Spencer Oliver 11 years ago
committed by Peter Stuge
parent
commit
27f0497efa
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/openocd.texi

+ 5
- 0
doc/openocd.texi View File

@@ -7579,6 +7579,11 @@ A socket (TCP/IP) connection is typically started as follows:
target remote localhost:3333
@end example
This would cause GDB to connect to the gdbserver on the local pc using port 3333.

It is also possible to use the GDB extended remote protocol as follows:
@example
target extended-remote localhost:3333
@end example
@item
A pipe connection is typically started as follows:
@example


Loading…
Cancel
Save