From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: msalter@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: set/show remotestopbits Date: Wed, 26 Sep 2001 07:42:00 -0000 Message-id: <1858-Wed26Sep2001164321+0300-eliz@is.elta.co.il> References: <200109261227.f8QCRjr27498@deneb.localdomain> X-SW-Source: 2001-09/msg00349.html > 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? In any case, please also send something for gdb.texinfo to document the new command. TIA