public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: gdb and jeeni
@ 2000-08-29  8:53 Grant Edwards
  0 siblings, 0 replies; only message in thread
From: Grant Edwards @ 2000-08-29  8:53 UTC (permalink / raw)
  To: insight

> 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-08-29  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-29  8:53 gdb and jeeni Grant Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).