From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Mark Salter Cc: gdb-patches@sources.redhat.com Subject: Re: set/show remotestopbits Date: Wed, 26 Sep 2001 11:17:00 -0000 Message-id: <3BB21B9B.6030001@cygnus.com> References: <200109261227.f8QCRjr27498@deneb.localdomain> X-SW-Source: 2001-09/msg00360.html > 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. Just FYI, the bulk of the patch is ok. Just need to figure out where it should live and have expansion working. One aside, the macro STREQ() is deprecated. The sequence ``strcmp() == 0'' being used instead. Andrew