Displaying 1 result from an estimated 1 matches for "xmangl".
Did you mean:
mangle
2008 Dec 08
1
Does DTrace have "-xmangled" to support C++? Apple has done that
Hi,
To use DTrace on some C++ code, I found that Apple''s implementation had another option "-xmangled".
Its usage could be found here:
http://blog.mozilla.com/dmandelin/2008/02/14/dtrace-c-mysteries-solved/
And it could be found in Apple''s man page:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/dtrace.1.html
Is it possible to have that "mangled&quo...