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:
committed by
Horst Schirmeier
parent
d46b81eb3d
commit
806c71580f
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user