public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Insight error "_statusframe"
@ 2003-05-08  7:44 Charles-Henri
  2003-05-08 16:31 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Charles-Henri @ 2003-05-08  7:44 UTC (permalink / raw)
  To: insight

Hello,
I have build the insight 5.2.92 under cygwin and it's work, I can open an
.exe file, select a target,
connected, view registers, memory, stack, all work fine, it's only at the
end of an download or
when I want to see the source code that this error appear :

can't read "_statusframe": no such variable
    while executing
"grid forget $_statusframe.addr $_statusframe.line"
    (object "::.srcwin0.srcwin" method "::SrcWin::download_progress" body
line 6)
    invoked from within
"$src download_progress DONE 0 $total_bytes $download_error"
    (procedure "::Download::download_it" body line 127)
    invoked from within
"Download::download_it"
    (menu invoke)errorCode is NONE

or when I want to see the source code :

can't read "_statusframe": no such variable
    while executing
"$_statusframe.addr configure -text $addr -font global/fixed -width $width"
    (object "::.srcwin0.srcwin" method "::SrcWin::location" body line 53)
    invoked from within
"location BROWSE_TAG $result"
    (object "::.srcwin0.srcwin" method "::SrcWin::goto_func" body line 19)
    invoked from within
"::.srcwin0.srcwin goto_func
.srcwin0.srcwin.container.pane3.childsite.con.func handle_endpoint_details"
    (in namespace inscope "::SrcWin" script line 1)
    invoked from within
"namespace inscope ::SrcWin {::.srcwin0.srcwin goto_func}
.srcwin0.srcwin.container.pane3.childsite.con.func handle_endpoint_details"
    ("after" script)errorCode is NONE

any have an idea ?

mayn thanks for your help

balet charles-henri


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Insight error "_statusframe"
  2003-05-08  7:44 Insight error "_statusframe" Charles-Henri
@ 2003-05-08 16:31 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2003-05-08 16:31 UTC (permalink / raw)
  To: Charles-Henri; +Cc: insight

On Thu, 2003-05-08 at 00:42, Charles-Henri wrote:
> I have build the insight 5.2.92 under cygwin and it's work, I can open an
> .exe file, select a target,

Wow, another ancient version... Let me guess: eCos?

> can't read "_statusframe": no such variable
>     while executing
> "grid forget $_statusframe.addr $_statusframe.line"
>     (object "::.srcwin0.srcwin" method "::SrcWin::download_progress" body
> line 6)
>     invoked from within
> "$src download_progress DONE 0 $total_bytes $download_error"
>     (procedure "::Download::download_it" body line 127)
>     invoked from within
> "Download::download_it"
>     (menu invoke)errorCode is NONE

I think that this is an obvious one, as I recall. If you look at
srcwin.itb (in src/gdb/gdbtk/library), search for _statusframe. I'll bet
it only shows up in SrcWin::download_progress. If so, just whack the
"grid forget" line altogether.

Keith


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-08 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-08  7:44 Insight error "_statusframe" Charles-Henri
2003-05-08 16:31 ` Keith Seitz

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).