cc: Add a native Symbol Resolver cache
authorVicent Marti <tanoku@gmail.com>
Wed, 20 Apr 2016 11:24:54 +0000 (13:24 +0200)
committerVicent Marti <tanoku@gmail.com>
Wed, 20 Apr 2016 11:24:54 +0000 (13:24 +0200)
commitbe4072a138114e1c09964366f82eb9a13dc133f3
treeefe79f07005615606d02f79ec288cf11e2de677a
parentb366ede5212cd78face94e305c4a36460d53eb11
cc: Add a native Symbol Resolver cache

This new set of C/C++ APIs is capable of performing symbol resolution
for any given running process, using the native `libelf` APIs instead of
shelling out to binutils tools.

This is a reimplementation of the original ProcSyms Python/Lua code.
src/cc/CMakeLists.txt
src/cc/bcc_syms.cc [new file with mode: 0644]