Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] special breakpoint and event

> > Actaully, Alain is the right person to comment on
> > this.
> 
> Thomas and Mikhail
> 
> Thanks for your help. Now I got a starting point.
> 
> Could Alain comment more on this task? Thanks again.
> 

Sure.
When the process/target is suspended a number of actions
is taken (check for new threads, etc ..).  Events
are fired to the listeners describing the changes.
If you are not interested in the events do not register any
listeners.

Now I think we can do better in term of filtering etc ...
on the side of the CDI (C Debug Interface).
We are looking to clean this interface but schedule been
sleeping/shifting because of the need to catch up with
Eclipse-3.0 moving target.




Back to the top