public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* GDBEventHandler::GDBEventHandler::dispatch errors
@ 2005-02-09 11:04 Alexander Minushkin
  2005-02-09 19:45 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Minushkin @ 2005-02-09 11:04 UTC (permalink / raw)
  To: insight

I work around some problems with "Stop" button in insight 6.1 (under cygwin
trying to debug remote target via RDP). And found the error messages in
"Insight Debug" window.
 

(GDBEventHandler::GDBEventHandler::dispatch) On busy event,
::.srcwin0.srcwin.container.pane2.childsite.con errored:

member function "::GDBEventHandler::busy" is not defined and cannot be
autoloaded

    (object "::.srcwin0.srcwin.container.pane2.childsite.con" method
"::GDBEventHandler::busy" )

    invoked from within

"$w $handler $event" 

 

(GDBEventHandler::GDBEventHandler::dispatch) On idle event,
::.srcwin0.srcwin.container.pane2.childsite.con errored:

member function "::GDBEventHandler::idle" is not defined and cannot be
autoloaded

    (object "::.srcwin0.srcwin.container.pane2.childsite.con" method
"::GDBEventHandler::idle" )

    invoked from within

"$w $handler $event" 

 

(GDBEventHandler::GDBEventHandler::dispatch) On set_variable event,
::.srcwin0.srcwin errored:

member function "::GDBEventHandler::set_variable" is not defined and cannot
be autoloaded

    (object "::.srcwin0.srcwin" method "::GDBEventHandler::set_variable" )

    invoked from within

"$w $handler $event"

 

 

Can this errors affect "Stop" button behavior? 

Anyway, how to fix it?


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

end of thread, other threads:[~2005-02-09 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-09 11:04 GDBEventHandler::GDBEventHandler::dispatch errors Alexander Minushkin
2005-02-09 19:45 ` 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).