import-trace: import debug info

If the --debug option is set, the line number table of the elf binary will
be imported into the database. The information will be stored in the
"dbg_mapping" table.

If the --sources option is set, the source files will be imported
into the database. Only the files that were actually used in the
elf binary will be imported.

Change-Id: I0e9de6b456bc42b329c1700c25e5839d9552cdbb
This commit is contained in:
Richard Hellwig
2014-01-24 16:44:56 +01:00
parent d307dd2ecb
commit 13175c259b
7 changed files with 551 additions and 6 deletions

View File

@ -8,6 +8,8 @@ Required for Fail*:
- libprotobuf-dev
- libpcl1-dev
- libboost-thread-dev
- libdwarf
- libelf
- protobuf-compiler
- cmake 2.8.2 (2.8.11 preferred)
- cmake-curses-gui