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: [RFA] New Event Model Prototype


On Fri, 13 Apr 2001, Keith Seitz wrote:

Fudge.

>   # invoke event handlers
>   foreach w [itcl_info objects -isa GDBWin] {
                                      ^^^^^^
That should have read GDBEvent.

>     dbug I "posting event \"$event\" to \"$w\""
>     set err [catch {eval $w $handler $args} errMsg]
>     if {$err} {
>       dbug E "On $event event, $w errored:\n$errMsg"
>     }
>   }

Keith


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