From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Salter To: eliz@is.elta.co.il Cc: gdb-patches@sources.redhat.com Subject: Re: set/show remotestopbits Date: Wed, 26 Sep 2001 08:02:00 -0000 Message-id: <200109261502.f8QF23T27912@deneb.localdomain> References: <200109261227.f8QCRjr27498@deneb.localdomain> <1858-Wed26Sep2001164321+0300-eliz@is.elta.co.il> X-SW-Source: 2001-09/msg00350.html >>>>> Eli Zaretskii writes: >> Date: Wed, 26 Sep 2001 08:27:45 -0400 >> From: Mark Salter >> >> I have a target board with a stub and a serial port that is fixed >> at 2 stopbits, so I need a way to tell gdb to use something other >> than the default 1. > Unless I'm missing something, this command will not auto-complete on > possible values. More accurately, it will use the default completion > function, which tries to complete on symbols. Is it possible to add > support for completion? I'm going to take up Fernando's suggestion for the syntax. I'll look at completion then. > In any case, please also send something for gdb.texinfo to document > the new command. Most (if not all) of the "set/show remote foo" commands seem to be undocumented in the manual. Seemed like standard practice... --Mark