This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb and jeeni



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]