Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Using org.eclipse.cdt.debug.ui.command.openDisassemblycommand

Hi Torkild,

The "Open Disassembly" command is part of the new disassembly framework. It is disabled because the work is not finished. On how to enable it look for IDisassemblyContextProvider in org.eclipse.cdt.debug.ui.plugin.xml.

Regards,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Resheim, Torkild Ulvoy
Sent: Wednesday, September 23, 2009 2:25 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Using org.eclipse.cdt.debug.ui.command.openDisassemblycommand

Hi all,

I'm looking integrating the disassembly "editor" provided in https://bugs.eclipse.org/bugs/show_bug.cgi?id=196064 and in this respect I've been looking through the code in org.eclipse.cdt.debug.ui. There I found the mentioned command which apparently will open a disassembly editor (org.eclipse.cdt.debug.internal.ui.disassembly.editor.DisassemblyEditor) when the command is selected in the debug view. It does not seem to be related to DSF which has the only other "full" disassembly view I'm aware of and the "Open Disassembly" command appears to be always unavailable. I don't understand how to enable this command and how (if at all) it relates to the mentioned bug report.
--
Torkild Ulvøy Resheim
Senior Design Engineer, AVR Tools
Atmel Norway
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.


Back to the top