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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user