Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Exposing DSF Disassembly APIs

I have requested a review of the patch and will commit as soon as it is approved.
 
Toni


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Mehregani, Navid
Sent: Wednesday, October 14, 2009 4:54 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Exposing DSF Disassembly APIs

Right now all of the code for DSF’s disassembly view is under internal packages, which are not exported.  Even IDisassemblyPart is specified in an internal package as opposed to being public or provisional.  This limits our ability to extend DSF’s disassembly view to match our needs.

 

This problem was also mentioned in a previous post: http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg16085.html

 

Toni has exposed some of these APIs under bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=285225, but it hasn’t been committed.  I was wondering what the plan is for exposing the disassembly APIs?  Will this change be submitted anytime soon?

 

Thanks,

 - Navid


Back to the top