Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 322297

Summary: enhance Coff.java class Symbol to have final static constants for type and class manipulation
Product: [Tools] CDT Reporter: Kirk Beitz <kirk.beitz>
Component: cdt-coreAssignee: Ken Ryall <ken.ryall>
Status: RESOLVED FIXED QA Contact: Doug Schaefer <cdtdoug>
Severity: enhancement    
Priority: P3 CC: ken.ryall
Version: 7.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Windows All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 322309    
Attachments:
Description Flags
several new enumerals for interpretation of types, and new function isNoSymbol() cdtdoug: iplog+

Description Kirk Beitz CLA 2010-08-10 18:45:19 EDT
Created attachment 176286 [details]
several new enumerals for interpretation of types, and new function isNoSymbol()

When interpreting COFF symbolics, it would be useful to have enumerals and/or constants available to better manipulate and interpret this information in a windows-oriented debugger (e.g. EDC for windows).

attachment Coff.java.1.19.patch contains several new enumeral constants and one function that helps interpret whether the type of the symbols is internall known as NO_SYMBOL.
Comment 1 Ken Ryall CLA 2010-08-12 01:56:02 EDT
Committed to HEAD.
Comment 2 CDT Genie CLA 2010-08-12 02:23:03 EDT
*** cdt cvs genie on behalf of kryall ***
Bug 322297 -  enhance Coff.java class Symbol to have final static constants for type and class manipulation

[*] Coff.java 1.20 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/Coff.java?root=Tools_Project&r1=1.19&r2=1.20