diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index cabcbce..f603384 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20593,7 +20593,8 @@ Reserved for future use. @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}} is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are -escaped using @code{0x7d}. +escaped using @code{0x7d}, and then XORed with @code{0x20}. +For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}. Reply: @table @samp |