Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Overriding "Go to symbol" in DSF Disassembly View?

Is it possible to override "Go to symbol" in the Disassembly view so that it looks up the symbol address through my own code instead of going through the expression service?  If so, how do I do it?

I'm looking at gotoSymbol() in DisassemblyPart.java and it looks up a symbol like "main" by using the expression service to evaluate "&main."  My expression service doesn't support this feature and I want to call my own code for evaluating symbols.


      


Back to the top