Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Being Aware of Threads Created Before Agent is Initialized

Hi

Looking at context-vxworks.c, it creates an event handling thread and registers a task create hook. Some tasks will have been created before this code is executed. Will those threads not show up in the explorer view? Should the initialization attempt to register Contexts for all existing threads?

Do these events just build up information inside the agent which the client-side can ask for later? I am thinking the agent is often started without a UI attached.

I've never used VxWorks so my questions may be wrong if I am reading something into the code that's not there. :)

Thanks.

--joel

Back to the top