| [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 |