Add basic unit test coverage for runtime attaching

Authored by mwolff on Apr 29 2018, 8:21 PM.

Description

Add basic unit test coverage for runtime attaching

This test will use dlopen or the equivalent internal libc API
to load heaptrack, trigger an allocation, and then stop and
unload the library.

Note that we don't actually test whether the allocation was
tracked yet, since that actually doesn't work in this scenario
here yet. I'm investigating what is happening...

Details

Committed
mwolffApr 29 2018, 9:14 PM
Parents
R45:02a19d87f0a6: Include file/line information in heaptrack_interpret error messages
Branches
Unknown
Tags
Unknown