import-trace: add import of ELF symbols

This change adds the capability to import an ELF's symbols
into the database. The functionality is implemented via a
shell script and will be merged into "import-trace", when
it's being cleaned up sometime in the near future, but for
now this suffices.

Change-Id: I933783659674fcf31f5181fc13661fe10f5b9fe8
This commit is contained in:
Michael Lenz
2016-02-11 09:23:20 +01:00
committed by Horst Schirmeier
parent d46b81eb3d
commit 806c71580f
2 changed files with 69 additions and 0 deletions

View File

@ -42,3 +42,4 @@ if (BUILD_LLVM_DISASSEMBLER)
endif (BUILD_LLVM_DISASSEMBLER)
install(TARGETS import-trace RUNTIME DESTINATION bin)
install(PROGRAMS import-symbols.sh DESTINATION bin)