Hello!

There is a small typo in gdb/remote.c that causes the command
        show remotewritesize
to act like
        set remotewritesize

The bug is in _initialize_remote(), just search for "remotewritesize".  The
first occurrence in add_cmd() is correct, the second one should pass
show_memory_write_packet_size instead of set_memory_write_packet_size.

Sorry for not preparing a patch, but I currently don't have the source
available here.  I'd forget reporting the bug unless I do it now.

Regards
-- 
Klaus Espenlaub                      Email:  [EMAIL PROTECTED]
Universitaet Ulm                     Phone:  +49 731 50-24178
Abteilung Rechnerstrukturen          Fax:    +49 731 50-24182
D-89069 Ulm                          Office: Building O27, Room 316

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to