Skip to content

Commit 7637bca

Browse files
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

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ad370c4bf2fd6dbdad578077eef9ee171e408245c8f552705c8e16bf9043d623
3+
size 7751584
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:132d0e7ff1acb6fac1051e85057c291cadd92b9c42a7e1523a5734d93dd9357b
3+
size 455160

0 commit comments

Comments
 (0)