Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Note: API addition in DSF

Well 7.0 is not here yet.  So hold your breath...

Cheers,
Pawel

Axel Müller wrote:
That's a pity. That feature is very important for me and might therefore be a 
show stopper to use DSF.
Would it be difficult to implement for somebody who has no knowledge of DSF 
and only little about Eclipse?

   Axel
  
I think either me or Randy were signed up to work on this, but we've had
a lot of non Eclipse work come up lately and haven't been able to make
any progress on this.  If anyone has time to complete this
implementation please go ahead.
-Pawel

Axel Müller wrote:
    
Anybody working on the gdb implementation for DSF?

   Axel

      
Hi,

As part of Bug
306553<https://bugs.eclipse.org/bugs/show_bug.cgi?id=306553> - Extend
expressions service to allow casting to type and showing arrays , I
added a new DSF service "IExpressions2" so a backend can support this
implementation.  No other APIs were modified.

The CDT UI commands for this (Cast To Type/Display As Array/Restore
 Original Type) were converted to new-style Eclipse commands in the
 process, so an adapter can implement ICastToType/ICastToArray.  I
 validated that this still works with CDI/GDB.

-- Ed
        
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
      
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
  


Back to the top