diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-04-03 00:21:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-04-03 00:21:17 +0000 |
commit | d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f (patch) | |
tree | ab7527d1eb2b4d873650da62ebfe3103f0d114a8 /gdb/doc/remote.texi | |
parent | 0cacd86f2f9935075909d3e6767a6e7a99314c3d (diff) | |
download | gdb-d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f.zip gdb-d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f.tar.gz gdb-d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f.tar.bz2 |
* gdb.texinfo: Add some credits, mention bug monitor.
* remote.texi: Mention mips monitor targets.
* gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
Diffstat (limited to 'gdb/doc/remote.texi')
-rw-r--r-- | gdb/doc/remote.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index 29d74ef..3c4438b 100644 --- a/gdb/doc/remote.texi +++ b/gdb/doc/remote.texi @@ -1529,8 +1529,19 @@ On some @value{GDBN} host configurations, you can specify a TCP connection (for instance, to a serial line managed by a terminal concentrator) instead of a serial port, using the syntax @samp{@var{hostname}:@var{portnumber}}. + +@item target pmon @var{port} +@kindex target pmon @var{port} + +@item target ddb @var{port} +@kindex target ddb @var{port} + +@item target lsi @var{port} +@kindex target lsi @var{port} + @end table + @noindent @value{GDBN} also supports these special commands for MIPS targets: |