bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb-5.0 bug: show remotewritesize invokes set remotewritesize


From: Klaus Espenlaub
Subject: gdb-5.0 bug: show remotewritesize invokes set remotewritesize
Date: Wed, 18 Oct 2000 17:31:07 +0200

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:  address@hidden
Universitaet Ulm                     Phone:  +49 731 50-24178
Abteilung Rechnerstrukturen          Fax:    +49 731 50-24182
D-89069 Ulm                          Office: Building O27, Room 316



reply via email to

[Prev in Thread] Current Thread [Next in Thread]