This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients Garen, belopolsky, chrismiles, danchr, dhduvall, dmalcolm, fche, glyph, hazmat, jbaker, jcea, laca, mjw, movement, neologix, pitrou, rhettinger, robert.kern, ronaldoussoren, serverhorror, sirg3, twleung, wsanchez
Date 2011-11-15.04:17:49
SpamBayes Score 5.1115303e-09
Marked as misclassified No
Message-id <1321330670.22.0.413485695901.issue13405@psf.upfronthosting.co.za>
In-reply-to
Content
Based on work done by skip.montanaro for issue4111.

05fde8943685.diff compiles correctly under Solaris 10 & derivatives, both in 32 and 64 bits.

I am working on 2.7 because I consider this feature important enough for providing a patch against 2.7, available to interested users. Of course, the plan is to integrate in 3.3 natively.

Currently the patch define two probes: function__entry and function__return. Both have three parameters: source code file, function and linenumber.

The code doesn't work under MacOS, I guess, and I can't help there.
History
Date User Action Args
2011-11-15 04:17:50jceasetrecipients: + jcea, rhettinger, ronaldoussoren, belopolsky, pitrou, wsanchez, movement, serverhorror, glyph, laca, twleung, jbaker, robert.kern, sirg3, chrismiles, danchr, dhduvall, dmalcolm, mjw, Garen, neologix, fche, hazmat
2011-11-15 04:17:50jceasetmessageid: <1321330670.22.0.413485695901.issue13405@psf.upfronthosting.co.za>
2011-11-15 04:17:49jcealinkissue13405 messages
2011-11-15 04:17:49jceacreate