Commit 7637bca
committed
test: add stripped binary and debug file test fixtures
cpp_my_benchmark_stripped.bin is the C++ benchmark binary with DWARF
sections removed (strip --strip-debug) but .symtab/.dynsym intact,
plus a .gnu_debuglink pointing to cpp_my_benchmark.debug.
cpp_my_benchmark.debug contains the extracted DWARF sections
(objcopy --only-keep-debug). Together they mimic the libc + libc6-dbg
split where system libraries ship stripped and debug packages provide
separate .debug files.1 parent 218b80c commit 7637bca
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments