[Soot-list] Emitting line numbers in Jasmin?

Hal Hildebrand hal.hildebrand at oracle.com
Fri Aug 6 13:08:52 EDT 2010


I have scoured through the google search suggested and have found the incantations necessary to configure Soot to retain line number information in the Jimple IR.  I have confirmed that the LineNumberTag is present and accurate in my Jimple body's units.  My problem is that I can't seem to get these line numbers emitted when output the Jasmine class.  I tried a variety of searches to see if I could glean anything regarding this and have come up with nothing so far.

Is it possible to have the Jimple JasminClass output the line number information contained in the LineNumberTag for a given unit in the method body?  If so, then what are the incantations to configure things such that this happens?

Thanks.


More information about the Soot-list mailing list