From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: insight@sourceware.cygnus.com Subject: Re: gdb and jeeni Date: Tue, 29 Aug 2000 08:53:00 -0000 Message-id: <20000829105256.A15340@visi.com> X-SW-Source: 2000-q3/msg00250.html > Shaun Jackman wrote: > > > > I'm running Insight 5.0 --target=arm-elf --host=i686-pc-linux-gnu and a jeeni > > (ARM Angel/Ethernet). When I click "Target Settings" I get the error 'No symbol > > "ETH" in current context.' [...] > *** targetselection.itb 2000/02/07 00:19:42 1.1.1.1 > --- targetselection.itb 2000/08/03 20:49:38 > *************** body TargetSelection::change_target {w { > *** 769,775 **** > # ------------------------------------------------------------------ > body TargetSelection::change_baud {w {baud ""}} { > if {$baud != ""} { > ! if {[string compare $baud "TCP"] != 0} { > gdb_cmd "set remotebaud $baud" > if {[catch {gdb_cmd "show remotebaud"} res]} { > set newbaud 0 > --- 769,776 ---- > # ------------------------------------------------------------------ > body TargetSelection::change_baud {w {baud ""}} { > if {$baud != ""} { > ! if {([string compare $baud "TCP"] != 0) > ! && ([string compare $baud "ETX"] != 0)} { ^^^ Should this be "ETH"? ^^^ > gdb_cmd "set remotebaud $baud" > if {[catch {gdb_cmd "show remotebaud"} res]} { > set newbaud 0 -- Grant Edwards grante@visi.com