On Nov 23, 2008, at 8:08 AM, Krenz von Leiberman wrote: > Hi. I plan to develop a set of programs in haskell, which are to be > compiled to /native code/ (not bytecode) with the Glasgow Haskell > Compiler. Is it possible to use dtrace on compiled haskell programs?
If the Haskell compiler generates symbols then absolutely. If it doesn't you might have some luck using the pid provider to trace specific addresses, but it's going to be a bit of an uphill battle. Adam -- Adam Leventhal, Fishworks http://blogs.sun.com/ahl _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org