libusdt icon indicating copy to clipboard operation
libusdt copied to clipboard

Add DOF-loading routines to the public API

Open chrisa opened this issue 13 years ago • 1 comments

libusdt's raw DOF-loading routines are useful in other contexts, like dynamically loading ustack helpers. They're not part of the public API though, and perhaps ought to be.

Unfortunately the core platform implementations are relatively inaccessible (in the dynamic linker on OSX, and in the drti.o stub on Illumos-like systems).

chrisa avatar Jan 30 '13 12:01 chrisa

This would be amazing.

I'm slowly getting into working on a ruby ustack helper, and it finally hit me why I'm running into the problems I'm seeing developing it as a gem. I'm poking around at your Perl helper to see if I can reverse engineer DOF loading into Ruby.

sax avatar Sep 25 '14 08:09 sax