Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] contents of a binary object in the CDT views

John,
 
The Modules view's implementation is based on the flexible hierarchy API. You can provide your content, label and other element adapters to replace the view's content. The current implemenation adapts to ICElement labels and structure.
If you mean to add new features to CDT, we need to find a way on how to get the information needed to display it.
 
Mikhail

________________________________

From: cdt-debug-dev-bounces@xxxxxxxxxxx on behalf of John Cortell
Sent: Fri 23/03/2007 19:59
To: CDT Debug developers list; CDT Debug developers list
Subject: RE: [cdt-debug-dev] contents of a binary object in the CDT views



Nope; not what I meant.

The modules view provides extra information; I'm not looking to carry
that over. I'm just talking about extending the criteria of what
shows up in the list to cover assembler labels, which many assembler
develops treat as functions.

John

At 02:57 PM 3/23/2007, Doug Schaefer wrote:
>Did you mean make the CView look like the modules view with the extra type
>information? I'd say yes. I find the symbols in binaries barely useful right
>now.
>
>Doug Schaefer, QNX Software Systems
>Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
>
>
> > -----Original Message-----
> > From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-
> > bounces@xxxxxxxxxxx] On Behalf Of John Cortell
> > Sent: Friday, March 23, 2007 3:52 PM
> > To: CDT Debug developers list
> > Subject: [cdt-debug-dev] contents of a binary object in the CDT views
> >
> > _______________________________________________
> > cdt-debug-dev mailing list
> > cdt-debug-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>_______________________________________________
>cdt-debug-dev mailing list
>cdt-debug-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-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