summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-26 23:07:01 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-26 23:07:01 +0000
commit8ba6e0b7ff78b08465c0ad2fe4c441fe4f15e69f (patch)
tree3bedff992aa76315fc701a5c5b2dd69879710037 /gdb/doc
parentd0a7269a30bc20b50ab08bcdf6566b6f2d525a5e (diff)
downloadgdb-8ba6e0b7ff78b08465c0ad2fe4c441fe4f15e69f.tar.gz
Index: ChangeLog
2004-01-26 Andrew Cagney <cagney@redhat.com> * remote.c (echo_check, quit_flag): Delete variables. (cisco_kernel_mode): Delete variable. (minitelnet_return, tty_input, escape_count): Delete variables. (remote_cisco_mode): Delete variable. (remote_cisco_open, remote_cisco_close): Delete function. (remote_cisco_mourn, remote_cisco_wait): Delete function. (init_remote_cisco_ops): Delete function. (_initialize_remote): Do not install "remote cisco" code. (read_frame): Delete cisco specific code. (remote_info_process): Delete function. (remote_wait): Delete cisco specific code. (remote_cisco_section_offsets): Delete function. (remote_cisco_objfile_relocate): Delete function. (remote_async_wait): Delete cisco specific code. (minitelnet, readtty, readsocket): Delete function. Index: doc/ChangeLog 2004-01-26 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Overview): Delete references to the cisco protocol including the "N" response.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo13
2 files changed, 5 insertions, 13 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 1b075f875bd..398c1c3f4d1 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
2004-01-26 Andrew Cagney <cagney@redhat.com>
+ * gdb.texinfo (Overview): Delete references to the cisco protocol
+ including the "N" response.
+
+2004-01-26 Andrew Cagney <cagney@redhat.com>
+
* gdbint.texinfo (Target Architecture Definition): Rename
EXTRACT_STRUCT_VALUE_ADDRESS to
DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index c99dcad7a59..01b4f30a8b2 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -19488,10 +19488,6 @@ where @code{n >=3} (which is where rle starts to win). The printable
characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
value greater than 126 should not be used.
-Some remote systems have used a different run-length encoding mechanism
-loosely refered to as the cisco encoding. Following the @samp{*}
-character are two hex digits that indicate the size of the packet.
-
So:
@smallexample
"@code{0* }"
@@ -20161,15 +20157,6 @@ applicable to certain targets.
The process terminated with signal @var{AA}.
-@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
-
-@var{AA} = signal number; @var{t@dots{}} = address of symbol
-@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
-base of bss section. @emph{Note: only used by Cisco Systems targets.
-The difference between this reply and the @samp{qOffsets} query is that
-the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
-is a query initiated by the host debugger.}
-
@item O@var{XX@dots{}}
@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at