From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [patch] Add ``set/show serial ...'' framework. Date: Wed, 26 Sep 2001 16:29:00 -0000 Message-id: <3BB264B5.6010403@cygnus.com> X-SW-Source: 2001-09/msg00373.html Hello, The attached adds a framework for ``set/show serial ...'' family of commands. It doesn't add any useful commands. They will quickly follow though. Tis committed. Andrew >From ac131313@cygnus.com Wed Sep 26 16:42:00 2001 From: Andrew Cagney To: Stan Shebs Cc: Eli Zaretskii , msalter@redhat.com, gdb-patches@sources.redhat.com Subject: Re: set/show remotestopbits Date: Wed, 26 Sep 2001 16:42:00 -0000 Message-id: <3BB267BF.8030007@cygnus.com> References: <200109261227.f8QCRjr27498@deneb.localdomain> <1858-Wed26Sep2001164321+0300-eliz@is.elta.co.il> <200109261502.f8QF23T27912@deneb.localdomain> <1225-Wed26Sep2001200214+0300-eliz@is.elta.co.il> <3BB21A60.6010803@cygnus.com> <3BB25A17.F460969D@apple.com> X-SW-Source: 2001-09/msg00374.html Content-length: 711 > Andrew Cagney wrote: > >> > >> > In any case, the fact that there's a number of undocumented commands >> > does not mean we should add to that number. > >> >> Stan Shebs kept threatening to delete any undocumented commands .... > > > On a less hostile note [:-)] , once upon a time Jason Molenda had a > script to compare the manual and the sources, and point out > discrepancies. Unfortunately, it never got formalized enough to > put in, but such a thing would certainly make it simple to keep > track of documentation bogosities. Eli's suggested that something like this be added to the ARI scripts (gdbarch.sh vs gdbint.texinfo) making them useful. On my long list of things to do. Andrew