Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Disassembly View

Hi Stephen,


the bug mentions using IExecutionDMContext that could be running, but does not mention using other types of contexts.

In the debug view, the only other types of contexts (not associated with a direct IExecutionDMC) are the launch element

and the GDB element; but I gather you don't mean those.  Let's discuss this in the bug.


About the DSF part: all changes that are using DSF constructs will need to be in the DSF and DSF-GDB plugins,

while any generic debug plugins will need to be kept generic.  The Disassembly view already supports this

so it should not be problem.  If you run into specific hurdles, we can help you get past them.


But overall, my believe there are no blockers for this effort.


Thanks in advance for the contribution.


Marc



From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Flynn, Stephen <Stephen.Flynn@xxxxxxxx>
Sent: January 31, 2017 8:45
To: CDT General developers list.
Subject: [cdt-dev] Disassembly View
 
Hi all,
    Before I start any work on https://bugs.eclipse.org/bugs/show_bug.cgi?id=510879, I would like to solicit any feedback that would change the way I am approaching this.  The TL;DR of the bug is to allow the display of disassembled code with any IDMContext (currently it has to be an IExecutionContext), and without that context being suspended.

    I know this works with Gdb, as I have made it work for my company.  My biggest concern is that because this is a DSF component that it will adversely impact other implementations.

Thanks,

Stephen Flynn



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
dev.eclipse.org
Mailing list: cdt-dev CDT General developers list. About cdt-dev



Back to the top