Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] Broken patch for a wrapping libdl
@ 2013-11-04 16:55 Matthew Khouzam
  2013-11-05  8:27 ` Woegerer, Paul
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Khouzam @ 2013-11-04 16:55 UTC (permalink / raw)


Hello tracing arch-wizards,

I was working a bit on a trace with the cyg_profile stuff, and an issue
that would arise is when you dynamically lync a library, you don't have
it's name in the symbol tables of the executable, so you cannot nm it to
have something human readable in the callstack.

The easy solution is to wrap libdl, that way you get the handle of the
lib i dlopen, and from that you get the function name in dlsym, it also
handles seamlessly if a lib is closed, and another would replace the
addresses used.

The only problem is, it doesn't work and I don't have time to get it
working (in the short term).

I am posting this beginning idea to see if it generates any
interest/solutions.

Hope this works out,

Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-libdl-wrapper.patch
Type: text/x-patch
Size: 6888 bytes
Desc: not available
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20131104/f5e30952/attachment-0001.bin>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-05  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-04 16:55 [lttng-dev] Broken patch for a wrapping libdl Matthew Khouzam
2013-11-05  8:27 ` Woegerer, Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox